userprofiles plugin: error/fix

Found a bug? Tell us!!
Post Reply
cbroome
Posts: 1
Joined: Fri May 25, 2007 6:02 pm

userprofiles plugin: error/fix

Post by cbroome »

Sorry if this has posted previously, but I tried to install the event_userprofiles plugin today via Spartacus and it crashed my installation. The culprit was a single line of code in serendipity_events_userprofiles.php

line 286 which reads

$group = serendipity_fetchGroup((int)$serendipity['GET']['groupid'])

should be:

$group = serendipity_fetchGroup((int)$serendipity['GET']['groupid']);

That's it. thanks.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: userprofiles plugin: error/fix

Post by garvinhicking »

Hi!

Thanks a lot, I've also noticed this today and committed a fixed version for tomorrow :)

Best 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/
Post Reply