Page 1 of 1

[bogus] 0.9: Possible Bug: tasks in admin/upgrader.inc.php

Posted: Mon Jun 27, 2005 8:33 pm
by winkiller
in admin/upgrader.inc.php, line 137 says
'function' => 'serendipity_addDefaultGroups',

but I can only find a function "serendipity_addDefaultGroup"

Could it be that this s at the end is too much?

Re: 0.9: Possible Bug: tasks in admin/upgrader.inc.php

Posted: Tue Jun 28, 2005 10:05 am
by garvinhicking
My

Code: Select all

find -exec grep -i -l -d skip "serendipity_addDefaultGroups" {} \;
finds this function declaration in include/functions_upgrader.inc.php :-)

Regards,
Garvin

Posted: Tue Jun 28, 2005 11:34 am
by winkiller
and again the commandline triumphs over GUI tools ;)
I thought it was the reason of one bug and it sounded too obvious *duck*