autoclose was not declared

This commit is contained in:
Thomas Citharel 2015-03-07 13:39:16 +01:00
parent 0ae1e652c9
commit e9540cad02

View file

@ -15,6 +15,7 @@ class Routing
protected $view;
protected $action;
protected $id;
protected $autoclose;
protected $url;
protected $file;
protected $defaultVars = array();