From 8135bde5f74a5e126470ed006cc4ea44134290f0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 23 Apr 2017 17:54:46 -0700 Subject: [PATCH] Fix for object loading. --- e107_handlers/plugin_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 99acebc55..bd765306e 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -1052,7 +1052,7 @@ class e107plugin } - $dbv = e107::getObject('db_verify', "{e_HANDLER}db_verify_class.php"); + $dbv = e107::getObject('db_verify', null, "{e_HANDLER}db_verify_class.php"); $plg = e107::getPlug();