Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
added __construct in Flash to avoid bug in php<5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebf committed Nov 1, 2013
1 parent 4fb3432 commit 386386d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/Flash.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ public static function renderFlashMessages($id = 'flash-messages')
}
return '<ul id="' . $id . '">' . $html . '</ul>';
}

public function __construct()
{

}

public function getIterator()
{
Expand Down

0 comments on commit 386386d

Please sign in to comment.