Diff of /mambo/branches/4.6/administrator/components/com_installer/admin.installer.php
Parent Directory
|
Revision Log
|
Patch
| revision 441, Mon Apr 3 02:44:49 2006 UTC | revision 442, Mon Apr 3 08:46:54 2006 UTC | |
|---|---|---|
| # | Line 291 | Line 291 |
| 291 | foreach ($filesindir as $file) { | foreach ($filesindir as $file) { |
| 292 | $parser =& new mosUninstallXML ($here.$file); | $parser =& new mosUninstallXML ($here.$file); |
| 293 | $parser->uninstall(); | $parser->uninstall(); |
| 294 | $allerrors->mergeAnother($parser->getErrors()); | $allerrors->mergeAnother($parser->errors); |
| 295 | } | } |
| 296 | $ret = ($allerrors->getMaxLevel() < _MOS_ERROR_FATAL); | $ret = ($allerrors->getMaxLevel() < _MOS_ERROR_FATAL); |
| 297 | HTML_installer::showInstallMessage( $allerrors->getErrors(), T_('Uninstall component - ').($ret ? T_('Success') : T_('Error')), | HTML_installer::showInstallMessage( $allerrors->getErrors(), T_('Uninstall component - ').($ret ? T_('Success') : T_('Error')), |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

