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

Merge pull request #2348 from OTroccaz/Just-a-missing-parenthesis

Just a missing parenthesis
This commit is contained in:
Tijn Kuyper
2017-01-30 12:40:07 +01:00
committed by GitHub

View File

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