X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fexceptions%2FIOException.php;h=2aa25e5c55be709b4dfeb2c8c1451ef437597a40;hb=f3d2f257946e2a3c8791c1ba99b379acbe934fec;hp=18e46b77a2291999eb9b3ee8656de4c4cb17efe6;hpb=286757ab29660916f6b66d1fc0ad3b53aef337c8;p=github%2Fshaarli%2FShaarli.git diff --git a/application/exceptions/IOException.php b/application/exceptions/IOException.php index 18e46b77..2aa25e5c 100644 --- a/application/exceptions/IOException.php +++ b/application/exceptions/IOException.php @@ -1,4 +1,7 @@ path = $path; $this->message = empty($message) ? t('Error accessing') : $message; - $this->message .= ' "' . $this->path .'"'; + $this->message .= ' "' . $this->path . '"'; } }