
|
[dokuwiki]
||
[Date Prev]
[05-2008 Date Index]
[Date Next]
||
[Thread Prev]
[05-2008 Thread Index]
[Thread Next]
[dokuwiki] Bug in 20080411 Revert Manager
- From: Mischa The Evil <mischa@xxxxxxxxxxxxxxxx>
- To: DokuWiki Mailinglist <dokuwiki@xxxxxxxxxxxxx>
- Date: Sun, 04 May 2008 15:48:38 +0200
Hi,
I just came around a little bug in the Revert Manager in DW 20080411
(RC2) regarding the formatting of the date.
In the file <dokuwiki>/lib/plugins/revert/admin.php (line 149) change:
$date = date($conf['dformat'],$recent['date']);
to:
$date = strftime($conf['dformat'],$recent['date']);
HTH and greetings,
Mischa.
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|