r95782 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95781‎ | r95782 | r95783 >
Date:14:01, 30 August 2011
Author:ialex
Status:ok
Tags:
Comment:
Also fix SQL query to restrict the deletion to the requested namespace
Modified paths:
  • /trunk/extensions/Favorites/FavoritesHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Favorites/FavoritesHooks.php
@@ -182,6 +182,7 @@
183183 public static function onArticleDeleteComplete(&$article, &$user, $reason, $id ){
184184 $dbw = wfGetDB( DB_MASTER );
185185 $dbw->delete( 'favoritelist', array(
 186+ 'fl_namespace' => $article->mTitle->getNamespace(),
186187 'fl_title' => $article->mTitle->getDBKey() ),
187188 __METHOD__ );
188189 return true;

Status & tagging log