X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=img_auth.php;h=2f7fb390506c0a764f3de9c68aecbf75137fdde6;hb=212b927746caa8a5e8c7f2aad9ac29d67c5faa59;hp=b04974bf8252550224eb86c87042568f70d1aaeb;hpb=3d57b3639f0c16dc379abf6aafd70e5a9c506a67;p=lhc%2Fweb%2Fwiklou.git diff --git a/img_auth.php b/img_auth.php index b04974bf82..2f7fb39050 100644 --- a/img_auth.php +++ b/img_auth.php @@ -106,7 +106,7 @@ function wfImageAuthMain() { // Check to see if the file exists if ( !$repo->fileExists( $filename ) ) { - wfForbidden( 'img-auth-accessdenied','img-auth-nofile', $filename ); + wfForbidden( 'img-auth-accessdenied', 'img-auth-nofile', $filename ); return; }