From 407120ac462b996d1a57f23c968e5d05e771381c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 14 Jun 2004 10:41:27 +0000 Subject: [PATCH] fixed notice --- includes/UserTalkUpdate.php | 1 + 1 file changed, 1 insertion(+) 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)); -- 2.20.1