-
Bug
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
w27_
MDL-34125_m24_tablename -
On trying to delete a third-party activity plugin, the following fatal error is displayed:
Fatal error: Cannot access protected property xmldb_table::$name in lib/adminlib.php on line 455
Suggested fix (lib/adminlib.php, line 455):
- OLD: $table_names[] = strtolower($table->name);
- NEW: $table_names[] = strtolower($table->getName());