From bd36b1665161f7d5fdeac014397cea75814bcaa2 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 24 Jul 2004 07:27:48 +0000 Subject: [PATCH] missing fname --- includes/WatchedItem.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/WatchedItem.php b/includes/WatchedItem.php index 4342fc7a2b..cc7a55e5a9 100644 --- a/includes/WatchedItem.php +++ b/includes/WatchedItem.php @@ -60,6 +60,8 @@ class WatchedItem { function removeWatch() { + $fname = 'WatchedItem::removeWatch'; + $dbw =& wfGetDB( DB_MASTER ); $dbw->delete( 'watchlist', array( -- 2.20.1