mirror of
https://github.com/php/php-src.git
synced 2025-01-19 10:13:38 +08:00
* fix bug that was re-introduced during merge
This commit is contained in:
parent
9a97d55647
commit
b8ec647fc5
@ -146,8 +146,7 @@ class PEAR_Command
|
||||
function &setFrontendClass($uiclass)
|
||||
{
|
||||
if (is_object($GLOBALS['_PEAR_Command_uiobject']) &&
|
||||
strtolower($GLOBALS['_PEAR_Command_uiclass']) ==
|
||||
get_class($GLOBALS['_PEAR_Command_uiobject'])) {
|
||||
strtolower($uiclass) == get_class($GLOBALS['_PEAR_Command_uiobject'])) {
|
||||
return;
|
||||
}
|
||||
$file = str_replace('_', '/', $uiclass) . '.php';
|
||||
@ -320,4 +319,4 @@ class PEAR_Command
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user