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

Found a bug? Tell us!!
Post Reply
winkiller
Regular
Posts: 77
Joined: Tue May 17, 2005 7:52 pm
Location: Munich, Germany
Contact:

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

Post 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?
Last edited by winkiller on Tue Jun 28, 2005 11:34 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
winkiller
Regular
Posts: 77
Joined: Tue May 17, 2005 7:52 pm
Location: Munich, Germany
Contact:

Post 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*
Post Reply