Hi Kevin,
Found a little bug in flexgroupprofile:
PHP Fatal error: Function name must be a string in /mod/flexgroupprofile/actions/edit.php on line 212
$group->icontime = $time();
should be
$group->icontime = time();
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
You must log in to post replies.Fixed in my copy - thanks Ruben!