mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 03:23:51 +00:00
Stupid, stupid /me (ping r76527)
This commit is contained in:
parent
43133f5655
commit
0345201333
|
@ -250,7 +250,7 @@ class Gadget {
|
|||
* @return Boolean
|
||||
*/
|
||||
public function isOutdated() {
|
||||
return $this->version != GADGET_CLASS_VERSION;
|
||||
return $this->version != self::GADGET_CLASS_VERSION;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue