1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

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();