We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e52f19 commit 0c39d97Copy full SHA for 0c39d97
block_groups.php
@@ -15,6 +15,8 @@
15
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
16
17
defined('MOODLE_INTERNAL') || die();
18
+
19
+require_once($CFG->dirroot.'/blocks/groups/locallib.php');
20
/**
21
* The File for the block groups class.
22
*
@@ -24,7 +26,6 @@
24
26
* @copyright 2016/17 N Herrmann
25
27
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
*/
-require_once($CFG->dirroot.'/blocks/groups/locallib.php');
29
30
* The block_group class
31
0 commit comments