diff --git a/plugins/php/index.py b/plugins/php/index.py index 5d81adbea..ed5d3f46f 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -292,8 +292,8 @@ def stop(version): if version == '52': file = initReplace(version) data = mw.execShell(file + ' ' + 'stop') - if data[1] == '': - return 'ok' + if data[1] == '': + return 'ok' return status