1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Issue #3397 Prefs issue possible fix for some machines and PHP 5.4 fix in image.php.

This commit is contained in:
Cameron
2018-08-23 08:45:07 -07:00
parent deeaf51cdf
commit ad29901d9b
2 changed files with 6 additions and 6 deletions

View File

@@ -471,7 +471,7 @@ class e_array {
return false;
}
if(strpos($ArrayData," => \'") !== false)
if(strpos($ArrayData,"0 => \'")!=false)
{
$ArrayData = stripslashes($ArrayData);
}