X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FUpdater.php;h=c0d541b440eac363dae43a8682d82fe971600e0c;hb=f3d2f257946e2a3c8791c1ba99b379acbe934fec;hp=5dde47cb0164c4fe397689f8e7e57a6d1b096d04;hpb=e95247d41dbe3b46c83d97f2a9d0e7bd1194bf08;p=github%2Fshaarli%2FShaarli.git diff --git a/application/Updater.php b/application/Updater.php index 5dde47cb..c0d541b4 100644 --- a/application/Updater.php +++ b/application/Updater.php @@ -2,6 +2,7 @@ use Shaarli\Config\ConfigJson; use Shaarli\Config\ConfigPhp; use Shaarli\Config\ConfigManager; +use Shaarli\Exceptions\IOException; use Shaarli\Thumbnailer; /** @@ -183,7 +184,7 @@ class Updater } } - try{ + try { $this->conf->write($this->isLoggedIn); return true; } catch (IOException $e) {