← Back to team overview

mahara-contributors team mailing list archive

[Bug 1213908] [NEW] Undefined variable $id in group/report.php

 

Public bug reported:

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.

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References