From: Antoine Musso Date: Sun, 4 Dec 2005 20:10:34 +0000 (+0000) Subject: fname never used X-Git-Tag: 1.6.0~1027 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=896d5762ba45ced07d774d0f71eb0db74331ae32;p=lhc%2Fweb%2Fwiklou.git fname never used --- diff --git a/includes/UserTalkUpdate.php b/includes/UserTalkUpdate.php index 46cf42fda6..d04acbc097 100644 --- a/includes/UserTalkUpdate.php +++ b/includes/UserTalkUpdate.php @@ -46,7 +46,6 @@ class UserTalkUpdate { */ function UserTalkUpdate( $action, $ns, $title, $summary, $minoredit, $timestamp) { global $wgUser, $wgMemc, $wgDBname; - $fname = 'UserTalkUpdate::UserTalkUpdate'; $this->mAction = $action; $this->mNamespace = $ns;