diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index 47fc4c452..e0307bfdd 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -449,7 +449,7 @@ def errorLog(): def installVersion(): return mw.readFile(getServerDir() + '/version.pl') -def pluginsDBSupport(): +def pluginsDbSupport(): data = {} data['status'] = status() if (data['status'] == 'stop'):