diff options
-rw-r--r-- | GentooToolbox/properties/TranslationProperties.body.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GentooToolbox/properties/TranslationProperties.body.php b/GentooToolbox/properties/TranslationProperties.body.php index 0c017bab..76ab6532 100644 --- a/GentooToolbox/properties/TranslationProperties.body.php +++ b/GentooToolbox/properties/TranslationProperties.body.php @@ -23,7 +23,7 @@ class GTBXTranslationProperties { return true; } - public function updateDataBefore($store, $data) { + public static function updateDataBefore($store, $data) { $subject = $data->getSubject(); $title = Title::makeTitle($subject->getNamespace(), $subject->getDBKey()); $wikipage = WikiPage::factory($title); |