Commit 571e06fe authored by Robert Lyon's avatar Robert Lyon Committed by Cecilia Vela Gurovic
Browse files

Bug 1885231: Insure institution class is presesnt



When calling get_framework_institution()

Change-Id: I3d4a2f33dd06c3cd15f000fd102f25fbed063dfe
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
(cherry picked from commit 2cd4d0b7)
(cherry picked from commit b878094a)
parent c0f103a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -690,6 +690,7 @@ class Collection {
     * @return object $institution or false
     */
     public function get_framework_institution() {
        require_once('institution.php');
        if (!empty($this->group)) {
            return false;
        }