Quick unbreak r88495: initialising the variable caused it not to be filled with messages
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 May 2011 20:39:31 +0000 (20:39 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 May 2011 20:39:31 +0000 (20:39 +0000)
includes/ChangesList.php

index 96f9aaa..ba70155 100644 (file)
@@ -40,7 +40,7 @@ class ChangesList {
 
        protected $watchlist = false;
 
-       protected $message = array();
+       protected $message;
        
        /**
        * Changeslist contructor