From e9540cad02e5adcd96f8439f86674d8da19d5ea7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 7 Mar 2015 13:39:16 +0100 Subject: [PATCH] autoclose was not declared --- inc/poche/Routing.class.php | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.41.0