diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index bd765306e..4417f7f5c 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -1052,7 +1052,7 @@ class e107plugin } - $dbv = e107::getObject('db_verify', null, "{e_HANDLER}db_verify_class.php"); + $dbv = e107::getObject('db_verify', null, e_HANDLER."db_verify_class.php"); $plg = e107::getPlug();