Index: trunk/phase3/includes/HttpFunctions.php |
— | — | @@ -556,7 +556,7 @@ |
557 | 557 | public function update_session_progress(){ |
558 | 558 | $status = Status::newGood(); |
559 | 559 | // start the session (if nessesary) |
560 | | - if( session_id() == '' && session_start() === false){ |
| 560 | + if( @session_start() === false){ |
561 | 561 | wfDebug( __METHOD__ . ' could not start session' ); |
562 | 562 | exit( 0 ); |
563 | 563 | } |