|
[dokuwiki]
||
[Date Prev]
[11-2005 Date Index]
[Date Next]
||
[Thread Prev]
[11-2005 Thread Index]
[Thread Next]
[dokuwiki] Re: [BUG] Dokuwiki broken after 'darcs pull'
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Tue, 8 Nov 2005 20:53:26 +0100
On Tue, 8 Nov 2005 12:15:23 +0100
Harry Fuecks <hfuecks@xxxxxxxxx> wrote:
> The section in question should probably be changed to something like;
>
> if ( !is_array($str) || !is_string($str) ){
> return;
> }
Looking at unicode_to_utf8 it should always get an array not a string. I
changed it accordingly and the stupid defined() thing as well. Please
have look if anything else broke...
Andi
|