1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

forgot run() call

This commit is contained in:
Nicolas Lœuillet 2014-07-12 16:41:55 +02:00
parent d610968932
commit b6a3c8866a

View File

@ -18,3 +18,4 @@ Session::init();
// Let's rock !
$wallabag = new Poche();
$wallabag->run();