1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Just a missing parenthesis

This commit is contained in:
OTroccaz
2017-01-30 10:18:04 +01:00
parent b6d9507aca
commit 0008d6b0ab

View File

@@ -776,7 +776,7 @@ class db_verify
foreach($match[1] as $c=>$k) 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); $k = substr($k, 5);
} }