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:
@@ -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:");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user