]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
forgot run() call
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 12 Jul 2014 14:41:55 +0000 (16:41 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 12 Jul 2014 14:41:55 +0000 (16:41 +0200)
index.php

index e199956c418eb8fe4ad3fbf637cc1cab33d90f9b..a26f458ae4a17837bd82746fe2ac85e20d53be5e 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -18,3 +18,4 @@ Session::init();
 
 // Let's rock !
 $wallabag = new Poche();
+$wallabag->run();
\ No newline at end of file