Stupid, stupid /me (ping r76527)

This commit is contained in:
Max Semenik 2010-11-11 19:10:57 +00:00
parent 43133f5655
commit 0345201333

View file

@ -250,7 +250,7 @@ class Gadget {
* @return Boolean
*/
public function isOutdated() {
return $this->version != GADGET_CLASS_VERSION;
return $this->version != self::GADGET_CLASS_VERSION;
}
/**