Skip to content

Commit

Permalink
[PageFlow] Added the default value of the PageFlow::$views field. (Is…
Browse files Browse the repository at this point in the history
…sue piece#4)
  • Loading branch information
iteman committed Sep 18, 2012
1 parent e401e33 commit 3a54391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Piece/Flow/PageFlow/PageFlow.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class PageFlow implements IPageFlow

protected $fsm;
protected $id;
protected $views;
protected $views = array();
protected $attributes = array();
protected $endState;
protected $receivedValidEvent;
Expand Down

0 comments on commit 3a54391

Please sign in to comment.