BUG-12021 Plugins Audit Log

Plugins Audit Log
This commit is contained in:
norahmollo
2014-10-10 17:08:15 -04:00
parent a2681f82ed
commit 3e5e48b6db
3 changed files with 5 additions and 1 deletions

View File

@@ -49,6 +49,6 @@ if (file_exists( PATH_PLUGINS . $pluginName . ".php" )) {
$pluginRegistry->unSerializeInstance( file_get_contents( PATH_DATA_SITE . "plugin.singleton" ) );
}
G::auditLog("RemovePlugin","Plugin Name: ".$pluginName);
echo $pluginName . " " . nl2br( G::LoadTranslation( "ID_MSG_REMOVE_PLUGIN_SUCCESS" ) );