1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-09 04:28:29 +02:00

Fix for db-verify loading.

This commit is contained in:
Cameron 2017-04-27 15:31:01 -07:00
parent eb4445ee24
commit b532b43ce5

View File

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