From: Nicolas LÅ“uillet Date: Mon, 12 Aug 2013 12:27:51 +0000 (+0200) Subject: error msg when install folder exists X-Git-Tag: 1.0-beta4~57 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=cd03b575df970f39f0fc2c15807f0d375d93bd4e;p=github%2Fwallabag%2Fwallabag.git error msg when install folder exists --- diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 2af49acd..82f0228e 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -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.
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();