r103676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103675‎ | r103676 | r103677 >
Date:14:04, 19 November 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18wmf1: MFT r103675
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/LiquidThreads/classes/View.php
@@ -359,7 +359,7 @@
360360 * @param $request FauxRequest object to have session data injected into.
361361 */
362362 static function fixFauxRequestSession( $request ) {
363 - foreach( $_SESSION as $k => $v ) {
 363+ foreach( (array)$_SESSION as $k => $v ) {
364364 $request->setSessionData( $k, $v );
365365 }
366366 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103675Fix notice in LiquidThreads caused by $_SESSION not being defined if session_...catrope14:03, 19 November 2011

Status & tagging log