1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Fixed undefined $pref variable. Check if plugin is being used by another plugin before uninstalling it.

This commit is contained in:
Lóna Lore
2016-06-29 20:48:00 +02:00
parent 58e3592fdc
commit d25fb0184d
3 changed files with 147 additions and 31 deletions

View File

@@ -272,5 +272,7 @@ define ('EPL_ADLAN_229',"Refresh");
define('LAN_UPGRADE_SUCCESSFUL', "Upgrade successful");
define('LAN_INSTALL_SUCCESSFUL', "Installation successful");
define('LAN_INSTALL_FAIL', "Installation failed!");
define('LAN_UNINSTALL_FAIL', "Unable to uninstall!");
define('LAN_PLUGIN_IS_USED', "[x] plugin is used by:");
?>