mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-12888 - remove require to form no longer used
merged from MOODLE_19_STABLE
This commit is contained in:
parent
8bbcf67bce
commit
e0bd367d01
@ -5,7 +5,6 @@
|
||||
|
||||
require_once("../config.php");
|
||||
require_once("lib.php");
|
||||
require_once('category_add_form.php');
|
||||
|
||||
$id = required_param('id', PARAM_INT); // Category id
|
||||
$page = optional_param('page', 0, PARAM_INT); // which page to show
|
||||
|
Loading…
x
Reference in New Issue
Block a user