mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13899
[Bug 1213908] Re: Undefined variable $id in group/report.php
** Changed in: mahara/1.6
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1213908
Title:
Undefined variable $id in group/report.php
Status in Mahara ePortfolio:
Fix Committed
Status in Mahara 1.6 series:
Fix Released
Status in Mahara 1.7 series:
Fix Committed
Bug description:
In version 1.6.testing (latest from Git at time of writing) there is
an undefined variable in file group/report.php at line 55. The line
is...
$sharedviews[$id]['groupname'] = get_field('group', 'name', 'id',
$data['group']);
However, the variable $id is clearly not defined anywhere before this
line.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1213908/+subscriptions
References