diff options
author | Brian Evans <grknight@gentoo.org> | 2022-09-27 20:38:10 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-09-27 20:38:10 -0400 |
commit | d944b66bff713ec471981b9b13cca4865fef458d (patch) | |
tree | 7a2c48a57c173c5de907332f3e943c04cac72d59 | |
parent | Update MLEB to 2021.12 (diff) | |
download | extensions-d944b66bff713ec471981b9b13cca4865fef458d.tar.gz extensions-d944b66bff713ec471981b9b13cca4865fef458d.tar.bz2 extensions-d944b66bff713ec471981b9b13cca4865fef458d.zip |
GentooToolbox: Mark updateDataBefore as static
Signed-off-by: Brian Evans <grknight@gentoo.org>
-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); |