mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13163
[Bug 1213908] Re: Undefined variable $id in group/report.php
Thanks for the bug report! I've submitted a patch for it:
https://reviews.mahara.org/#/c/2430/
** Changed in: mahara
Status: New => In Progress
** Changed in: mahara
Importance: Undecided => Low
** Changed in: mahara
Assignee: (unassigned) => Aaron Wells (u-aaronw)
** Changed in: mahara
Milestone: None => 1.8.0rc1
** Also affects: mahara/1.6
Importance: Undecided
Status: New
** Also affects: mahara/1.7
Importance: Undecided
Status: New
** Changed in: mahara/1.6
Milestone: None => 1.6.7
** Changed in: mahara/1.7
Milestone: None => 1.7.3
** Changed in: mahara/1.6
Status: New => Triaged
** Changed in: mahara/1.7
Status: New => Triaged
** Changed in: mahara/1.6
Importance: Undecided => Low
** Changed in: mahara/1.7
Importance: Undecided => Low
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1213908
Title:
Undefined variable $id in group/report.php
Status in Mahara ePortfolio:
In Progress
Status in Mahara 1.6 series:
Triaged
Status in Mahara 1.7 series:
Triaged
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