[dokuwiki] Re: AW: Re: Problem with auth_quickaclcheck()

  • From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 8 Aug 2006 22:30:16 +0200

Hi!

>       $perm = auth_quickaclcheck(trim(strtolower($page),":"));

make that

  $perm = auth_quickaclcheck(cleanID($page));

Andi

Other related posts: