X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fconfig%2Fexception%2FUnauthorizedConfigException.php;h=b041c6e3d4cd66d651eb209ffd4b8ec07a34c438;hb=53054b2bf6a919fd4ff9b44b6ad1986f21f488b6;hp=79672c1bf95a3aa8019f09b853fc4d05162128e1;hpb=844021ab4c0d3dd6c26704648a736fa53244c914;p=github%2Fshaarli%2FShaarli.git diff --git a/application/config/exception/UnauthorizedConfigException.php b/application/config/exception/UnauthorizedConfigException.php index 79672c1b..b041c6e3 100644 --- a/application/config/exception/UnauthorizedConfigException.php +++ b/application/config/exception/UnauthorizedConfigException.php @@ -1,6 +1,5 @@ message = 'You are not authorized to alter config.'; + $this->message = t('You are not authorized to alter config.'); } }