summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index b6377c48f..4184e87c8 100644
--- a/backend.php
+++ b/backend.php
@@ -101,7 +101,6 @@
$op = "pluginhandler";
} */
- // TODO: figure out if is this still needed
$op = str_replace("-", "_", $op);
$override = PluginHost::getInstance()->lookup_handler($op, $method);