|
|
|
Environment:
|
all - php 5.2
|
|
|
a php error occurs when we use a plugin_install function .
lib/adminlib.ph - line 160 we should have $plugin -> name instead of $module -> name
if (function_exists($installfunction)) {
if (! $installfunction() ) {
notify('Encountered a problem running install function for '.$module->name.'!');
}
}
|
|
Description
|
a php error occurs when we use a plugin_install function .
lib/adminlib.ph - line 160 we should have $plugin -> name instead of $module -> name
if (function_exists($installfunction)) {
if (! $installfunction() ) {
notify('Encountered a problem running install function for '.$module->name.'!');
}
} |
Show » |
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 07/Feb/09 08:14 PM
committed 1 file to 'Moodle CVS' - 07/Feb/09 08:49 PM
committed 3 files to 'Moodle CVS' - 07/Feb/09 10:35 PM
MDL-14924 language autorefresh and starting to reimplement welcome.html support + strings.txt cleanup
|
|
|
committed 5 files to 'Moodle CVS' - 08/Feb/09 02:56 AM
MDL-14924 the same title now used on each upgrade/install page (Moodle - 2.0...) + the same footer with moodle logo now used during installation and upgrade - links to admin docs
|
|
|
|