Update index.py

pull/125/head
midoks 3 years ago
parent 1131dd2d9b
commit 06797bf482
  1. 1
      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] == '':

Loading…
Cancel
Save