mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 11:15:16 +00:00
forgot run() call
This commit is contained in:
parent
d610968932
commit
b6a3c8866a
1 changed files with 1 additions and 0 deletions
|
@ -18,3 +18,4 @@ Session::init();
|
||||||
|
|
||||||
// Let's rock !
|
// Let's rock !
|
||||||
$wallabag = new Poche();
|
$wallabag = new Poche();
|
||||||
|
$wallabag->run();
|
Loading…
Reference in a new issue