File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 370
370
define ( 'ERROR_PLUGIN_ALREADY_INSTALLED ' , 2501 );
371
371
define ( 'ERROR_PLUGIN_PAGE_NOT_FOUND ' , 2502 );
372
372
define ( 'ERROR_PLUGIN_UPGRADE_FAILED ' , 2503 );
373
+ define ( 'ERROR_PLUGIN_INSTALL_FAILED ' , 2504 );
373
374
define ( 'ERROR_PLUGIN_GENERIC ' , 2599 );
374
375
375
376
# ERROR_COLUMNS_*
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ $MANTIS_ERROR[ERROR_EVENT_UNDECLARED] = 'Event "%1$s" has not yet been declared.
288
288
$MANTIS_ERROR[ERROR_PLUGIN_NOT_REGISTERED] = 'Plugin is not registered with MantisBT.';
289
289
$MANTIS_ERROR[ERROR_PLUGIN_ALREADY_INSTALLED] = 'Plugin is already installed.';
290
290
$MANTIS_ERROR[ERROR_PLUGIN_PAGE_NOT_FOUND] = 'Plugin page not found.';
291
+ $MANTIS_ERROR[ERROR_PLUGIN_INSTALL_FAILED] = 'Plugin installation failed: %1$s.';
291
292
$MANTIS_ERROR[ERROR_PLUGIN_UPGRADE_FAILED] = 'Upgrading the plugin schema failed in block #%1$s.';
292
293
$MANTIS_ERROR[ERROR_PLUGIN_GENERIC] = 'There was an unknown error "%1$s" during execution of the "%2$s" plugin.';
293
294
$MANTIS_ERROR[ERROR_COLUMNS_DUPLICATE] = 'Field "%1$s" contains duplicate column "%2$s".';
You can’t perform that action at this time.
0 commit comments