1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00: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();