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.
userprofiles plugin: error/fix
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: userprofiles plugin: error/fix
Hi!
Thanks a lot, I've also noticed this today and committed a fixed version for tomorrow
Best regards,
Garvin
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/
# 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/