|
|
|
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 » |
|