← Back to team overview

mahara-contributors team mailing list archive

[Bug 800025] A change has been merged

 

Reviewed:  https://reviews.mahara.org/615
Committed: http://gitorious.org/mahara/mahara/commit/64a62c24ddf5665d94d6a843c59cecfd3eae0586
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit 64a62c24ddf5665d94d6a843c59cecfd3eae0586
Author: Melissa Draper <melissa@xxxxxxxxxxxxxxx>
Date:   Fri Aug 26 17:09:46 2011 +1200

    Move group.php require_once call to top of lib.php (bug #800025)
    
    group.php functions are called in (at least) two places in the file
    but previously only required immediately before the first instance.
    This will cover all instances it's needed.
    
    Change-Id: I708bf88125859288640da33f1c805aa5e76ad8ca
    Signed-off-by: Melissa Draper <melissa@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/800025

Title:
  Placing feedback crashes with Call to undefined function
  group_get_default_artefact_permissions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara 1.3.6.

  When logged in as the site administrator, and trying to place some
  feedback on a group view that they owned. No file was uploaded, and
  just the word 'Test' was entered into the feedback box.

  Upon submission, I got this in the logs:
  PHP Fatal error:  Call to undefined function group_get_default_artefact_permissions() in /var/www/ewiesion.com/mahara/artefact/lib.php on line 834

  Adding a require_once('group.php') at the top of artefact/lib.php
  fixed the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/800025/+subscriptions


References