mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 11:45:23 +00:00
follow-up to r71157
This commit is contained in:
parent
76afccb3bc
commit
b7e6f6d278
|
@ -643,7 +643,7 @@ class Cite {
|
|||
$this->refKey( $key ),
|
||||
$val
|
||||
);
|
||||
else if ( $val['follow'] )
|
||||
else if ( isset( $val['follow'] ) )
|
||||
return
|
||||
wfMsgForContentNoTrans(
|
||||
'cite_references_no_link',
|
||||
|
|
Loading…
Reference in a new issue