From: Niklas Laxström Date: Sat, 21 May 2011 20:39:31 +0000 (+0000) Subject: Quick unbreak r88495: initialising the variable caused it not to be filled with messages X-Git-Tag: 1.31.0-rc.0~30023 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=26281d4753ffbb296f32d37dbd3c1ab698d5d99f;p=lhc%2Fweb%2Fwiklou.git Quick unbreak r88495: initialising the variable caused it not to be filled with messages --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 96f9aaa4ab..ba70155d24 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -40,7 +40,7 @@ class ChangesList { protected $watchlist = false; - protected $message = array(); + protected $message; /** * Changeslist contructor