]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
error msg when install folder exists
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 12 Aug 2013 12:27:51 +0000 (14:27 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 12 Aug 2013 12:27:51 +0000 (14:27 +0200)
inc/poche/Poche.class.php

index 2af49acd421a4f4b3a3fe757df3c95596f72e234..82f0228e82b5914f7240ec875eb61b7cc5421633 100644 (file)
@@ -20,7 +20,7 @@ class Poche
     {
         if (file_exists('./install') && !DEBUG_POCHE) {
             Tools::logm('folder /install exists');
-            die('To install your poche with sqlite, copy /install/poche.sqlite in /db and delete the folder /install. you have to delete the /install folder before using poche.');
+            die('If you want to update your poche, you just have to delete /install folder. <br />To install your poche with sqlite, copy /install/poche.sqlite in /db and delete the folder /install. you have to delete the /install folder before using poche.');
         }
 
         $this->store = new Database();