mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-13498 Merged from 1.9 (smaller display)
This commit is contained in:
parent
24a46566dd
commit
c42b6f7dd3
@ -4655,8 +4655,7 @@ function print_plugin_tables() {
|
||||
// Get real name and full path of plugin
|
||||
$plugin_name = "[[$plugin]]";
|
||||
|
||||
global $CFG;
|
||||
$plugin_path = $CFG->dirroot . "/$cat/$plugin";
|
||||
$plugin_path = "$cat/$plugin";
|
||||
|
||||
$plugin_name = get_plugin_name($plugin, $cat);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user