From f0dd971bb27687537274e74bd6bb7b67e0fc3dee Mon Sep 17 00:00:00 2001 From: Matt Petro <matt.petro@wisc.edu> Date: Thu, 30 Mar 2017 11:34:52 +0900 Subject: [PATCH] Fixed missing includes. --- block_wisc_ra.php | 1 + 1 file changed, 1 insertion(+) diff --git a/block_wisc_ra.php b/block_wisc_ra.php index 97b19e8..98edca1 100644 --- a/block_wisc_ra.php +++ b/block_wisc_ra.php @@ -7,6 +7,7 @@ * Author: Nick Koeppen ******************************************************************************/ +require_once($CFG->dirroot.'/enrol/wisc/controller.class.php'); class block_wisc_ra extends block_base { function init() { -- GitLab