X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fexceptions%2FIOException.php;h=c1a9ffbe5bd41ac09dba84f3e6eb1132bce75706;hb=baac4388b1696fb39f1b0bd621d215bba2da2ca8;hp=b563b23d53671e37da9cce3fc6a25d6a428a1598;hpb=eb6e729808e1c3d9787ad1183aa61ab2e375a537;p=github%2Fshaarli%2FShaarli.git diff --git a/application/exceptions/IOException.php b/application/exceptions/IOException.php index b563b23d..c1a9ffbe 100644 --- a/application/exceptions/IOException.php +++ b/application/exceptions/IOException.php @@ -1,5 +1,9 @@ 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 . '"'; } }