diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-03-07 13:39:16 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-03-07 13:39:16 +0100 |
commit | e9540cad02e5adcd96f8439f86674d8da19d5ea7 (patch) | |
tree | e86088333f48f25458ed45a7e7a1c904d8256ddd | |
parent | 0ae1e652c94fded9f656876a25ca8021bc5bf727 (diff) | |
download | wallabag-e9540cad02e5adcd96f8439f86674d8da19d5ea7.tar.gz wallabag-e9540cad02e5adcd96f8439f86674d8da19d5ea7.tar.zst wallabag-e9540cad02e5adcd96f8439f86674d8da19d5ea7.zip |
autoclose was not declared
-rwxr-xr-x | inc/poche/Routing.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
15 | protected $view; | 15 | protected $view; |
16 | protected $action; | 16 | protected $action; |
17 | protected $id; | 17 | protected $id; |
18 | protected $autoclose; | ||
18 | protected $url; | 19 | protected $url; |
19 | protected $file; | 20 | protected $file; |
20 | protected $defaultVars = array(); | 21 | protected $defaultVars = array(); |