Index: trunk/extensions/Favorites/FavoritesHooks.php |
— | — | @@ -182,6 +182,7 @@ |
183 | 183 | public static function onArticleDeleteComplete(&$article, &$user, $reason, $id ){ |
184 | 184 | $dbw = wfGetDB( DB_MASTER ); |
185 | 185 | $dbw->delete( 'favoritelist', array( |
| 186 | + 'fl_namespace' => $article->mTitle->getNamespace(), |
186 | 187 | 'fl_title' => $article->mTitle->getDBKey() ), |
187 | 188 | __METHOD__ ); |
188 | 189 | return true; |