From: Thomas Citharel Date: Sat, 7 Mar 2015 12:39:16 +0000 (+0100) Subject: autoclose was not declared X-Git-Tag: 1.9.1alpha1~1^2~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e9540cad02e5adcd96f8439f86674d8da19d5ea7;p=github%2Fwallabag%2Fwallabag.git autoclose was not declared --- diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index 0d33cdc3..138da48d 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php @@ -15,6 +15,7 @@ class Routing protected $view; protected $action; protected $id; + protected $autoclose; protected $url; protected $file; protected $defaultVars = array();