https://bugzilla.wikimedia.org/show_bug.cgi?id=38442
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-10-11 09:45:06 UTC --- Warning: array_push() expects parameter 1 to be array, null given in /usr/local/apache/common-local/php-1.21wmf1/extensions/Collection/Collection.body.php on line 551 static function addChapter( $name ) { $collection = CollectionSession::getCollection(); array_push( $collection['items'], array( 'type' => 'chapter', 'title' => $name, ) ); CollectionSession::setCollection( $collection ); } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
