← Back to team overview

mahara-contributors team mailing list archive

[Bug 1213908] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2430
Committed: http://gitorious.org/mahara/mahara/commit/67f3a963abc382f74bd292cea0c02031b9bf8b72
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 67f3a963abc382f74bd292cea0c02031b9bf8b72
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Thu Aug 22 20:27:02 2013 +1200

Fix display of the name of the sharing group on the Group Participation
report

Bug #1213908: If a group shares a page with another group, and that other group
has "Participation report" turned on, and an admin views that participation report,
it was failing to properly show the name of the first group that was sharing
that page.

Change-Id: Id4d2b7c7bf3616233091f828f39ff040ebab64bd

-- 
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:
  Fix Committed
Status in Mahara 1.6 series:
  In Progress
Status in Mahara 1.7 series:
  In Progress

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