diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-12 16:41:55 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-12 16:41:55 +0200 |
commit | b6a3c8866a4cb88b009e7ba45c5e223e0fdae188 (patch) | |
tree | 3af5e735ea31befa85577473c5c4c36990cd02fc | |
parent | d610968932539ea9c59d4a3b3c261a9adeb92234 (diff) | |
download | wallabag-b6a3c8866a4cb88b009e7ba45c5e223e0fdae188.tar.gz wallabag-b6a3c8866a4cb88b009e7ba45c5e223e0fdae188.tar.zst wallabag-b6a3c8866a4cb88b009e7ba45c5e223e0fdae188.zip |
forgot run() call
-rwxr-xr-x | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ Session::init(); | |||
18 | 18 | ||
19 | // Let's rock ! | 19 | // Let's rock ! |
20 | $wallabag = new Poche(); | 20 | $wallabag = new Poche(); |
21 | $wallabag->run(); \ No newline at end of file | ||