From: Brion Vibber Date: Wed, 27 Apr 2005 20:24:51 +0000 (+0000) Subject: Silence notice error by setting talk variable explicitly to blank when not moving... X-Git-Tag: 1.5.0alpha1~106 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=1fec77671c84698af271b958524f6596aafaeeb5;p=lhc%2Fweb%2Fwiklou.git Silence notice error by setting talk variable explicitly to blank when not moving talk. --- diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 7a86dbef49..28678e2904 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -240,6 +240,9 @@ class MovePageForm { } else { $talkmoved = $error; } + } else { + # Stay silent on the subject of talk. + $talkmoved = ''; } # Give back result to user.