|
|
|
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 » |
made changes - 07/Feb/09 08:15 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Fix Version/s
|
|
1.9.5
[ 10320
]
|
|
Assignee
|
Eloy Lafuente (stronk7)
[ stronk7
]
|
Petr ?koda
[ skodak
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 17/Feb/09 03:21 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|
QA Assignee
|
|
timhunt
|
|