diff --git a/plugins/php/index.py b/plugins/php/index.py index 837b5a3dc..c20038b8d 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -747,7 +747,6 @@ def uninstallLib(version): execstr = "cd " + getPluginDir() + "/versions && /bin/bash common.sh " + \ version + ' uninstall ' + name - return mw.returnJson(False, execstr) data = mw.execShell(execstr) # data[0] == '' and if data[1] == '':