mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 19:49:46 +00:00
added fixme comment
This commit is contained in:
parent
f40085ca69
commit
2c5cb7034a
|
@ -299,6 +299,7 @@ class Cite {
|
|||
|
||||
if ( $cnt > 2 )
|
||||
// There should only be one key and one group
|
||||
// FIXME : this looks inconsistent, it should probably return a tuple
|
||||
return false;
|
||||
else if ( $cnt >= 1 ) {
|
||||
if ( isset( $argv['name'] ) ) {
|
||||
|
|
Loading…
Reference in a new issue