1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Fix for object loading.

This commit is contained in:
Cameron
2017-04-23 17:54:46 -07:00
parent fb37435eec
commit 8135bde5f7

View File

@@ -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();