X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fbookmark%2Fexception%2FNotWritableDataStoreException.php;h=df91f3bce9c25c3101aac855ef99cbdbaa700406;hb=83b4eb17958c0c03bea637db7e394f6d622aeb00;hp=95f34b505fdfcd028bf90c004a0f72c7ec5f0640;hpb=3fb29fdda04ca86e04422d49b86cf646d53c4f9d;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.'; } }