Comment 8 for bug 800025

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/615
Committed: http://gitorious.org/mahara/mahara/commit/64a62c24ddf5665d94d6a843c59cecfd3eae0586
Submitter: Hugh Davenport (<email address hidden>)
Branch: master

commit 64a62c24ddf5665d94d6a843c59cecfd3eae0586
Author: Melissa Draper <email address hidden>
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 <email address hidden>