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:
@@ -471,7 +471,7 @@ class e_array {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(strpos($ArrayData," => \'") !== false)
|
||||
if(strpos($ArrayData,"0 => \'")!=false)
|
||||
{
|
||||
$ArrayData = stripslashes($ArrayData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user