mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue