Consistent return array to avoid notices

This commit is contained in:
Aaron Schulz 2008-09-12 14:41:23 +00:00
parent 8842d2dce3
commit 6c824fd58d

View file

@ -211,7 +211,7 @@ class Cite {
return array ($key,$group); return array ($key,$group);
else else
// Invalid key // Invalid key
return array(false); return array(false,false);
} }
else else
// No key // No key