From: Tim Starling Date: Mon, 14 Jun 2004 10:41:27 +0000 (+0000) Subject: fixed notice X-Git-Tag: 1.5.0alpha1~2850 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=407120ac462b996d1a57f23c968e5d05e771381c;p=lhc%2Fweb%2Fwiklou.git fixed notice --- diff --git a/includes/UserTalkUpdate.php b/includes/UserTalkUpdate.php index 306cd3c80d..66ea7a9aee 100644 --- a/includes/UserTalkUpdate.php +++ b/includes/UserTalkUpdate.php @@ -33,6 +33,7 @@ class UserTalkUpdate { } else { # Not ours. If writing, mark it as modified. + $sql = false; if ( 1 == $this->mAction ) { $user = new User(); $user->setID(User::idFromName($this->mTitle));