[dokuwiki] Re: fnencode safe - conversion plugin (was: Freeeeeeze for April 2011)

  • From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 6 Apr 2011 22:01:29 +0200

>> Line 58 doesn't work:
>> if(strpos('%',$file) === false) continue;
>> unless it's:
>> if(strpos($file,'%') === false) continue;
>>
> Found another typo, you had 'metadir' where you need 'mediadir' at lines
> 42-43.  I've attached a patch file for both issues.

Thanks for testing and catching these errors. Patch applied

Andi


-- 
splitbrain.org
--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: