BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
This commit is contained in:
@@ -370,7 +370,7 @@ class PMPluginRegistry {
|
||||
$res = $tar->extract ( PATH_PLUGINS );
|
||||
|
||||
if (!file_exists(PATH_PLUGINS . $pluginFile))
|
||||
throw ( new Exception( "File '$pluginFile' doesn't exists ") );
|
||||
throw ( new Exception( "File '$pluginFile' doesn't exist ") );
|
||||
|
||||
require_once ( PATH_PLUGINS . $pluginFile );
|
||||
$details = $oPluginRegistry->getPluginDetails( $pluginFile );
|
||||
|
||||
Reference in New Issue
Block a user