From 0008d6b0ab85f3d19fa532d518be64a495d2cb0e Mon Sep 17 00:00:00 2001 From: OTroccaz Date: Mon, 30 Jan 2017 10:18:04 +0100 Subject: [PATCH] Just a missing parenthesis --- e107_handlers/db_verify_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/db_verify_class.php b/e107_handlers/db_verify_class.php index 519d3e729..3d96af966 100644 --- a/e107_handlers/db_verify_class.php +++ b/e107_handlers/db_verify_class.php @@ -776,7 +776,7 @@ class db_verify foreach($match[1] as $c=>$k) { - if(strpos($k,'e107_' === 0) // remove prefix if found in sql dump. + if(strpos($k,'e107_' === 0)) // remove prefix if found in sql dump. { $k = substr($k, 5); }