Physikerwelt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/260504

Change subject: Fix problem with delete hook
......................................................................

Fix problem with delete hook

Change-Id: I2672ce36798c7c98723f599800d0f5d385988d48
---
M MathSearch.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch 
refs/changes/04/260504/1

diff --git a/MathSearch.hooks.php b/MathSearch.hooks.php
index 94dbf19..93599c6 100644
--- a/MathSearch.hooks.php
+++ b/MathSearch.hooks.php
@@ -306,7 +306,7 @@
        }
 
        static function onArticleDeleteComplete(
-               Article &$article, User &$user, $reason, $id, $content, 
$logEntry
+               &$article, User &$user, $reason, $id, $content, $logEntry
        ) {
                $revId = $article->getTitle()->getLatestRevID();
                $mathEngineBaseX = new MathEngineBaseX();

-- 
To view, visit https://gerrit.wikimedia.org/r/260504
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2672ce36798c7c98723f599800d0f5d385988d48
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to