X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fbookmark%2Fexception%2FNotWritableDataStoreException.php;h=df91f3bce9c25c3101aac855ef99cbdbaa700406;hb=53054b2bf6a919fd4ff9b44b6ad1986f21f488b6;hp=95f34b505fdfcd028bf90c004a0f72c7ec5f0640;hpb=e09bb93e18a333eff8e6a4156f5b58ba9c7d25cd;p=github%2Fshaarli%2FShaarli.git diff --git a/application/bookmark/exception/NotWritableDataStoreException.php b/application/bookmark/exception/NotWritableDataStoreException.php index 95f34b50..df91f3bc 100644 --- a/application/bookmark/exception/NotWritableDataStoreException.php +++ b/application/bookmark/exception/NotWritableDataStoreException.php @@ -1,9 +1,7 @@ message = 'Couldn\'t load data from the data store file "'. $dataStore .'". '. + $this->message = 'Couldn\'t load data from the data store file "' . $dataStore . '". ' . 'Your data might be corrupted, or your file isn\'t readable.'; } }