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