mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
e107::unserialize() will now return the array if the input is an array. Additional form-handler tests added for type: media, file and files. Admin-ui can now manage a change of field type from 'array' to 'json' without additional changes needed.
This commit is contained in:
@@ -1787,7 +1787,7 @@ class e_user extends e_user_model
|
||||
|
||||
$userlogin = new userlogin();
|
||||
|
||||
if(e_PAGE === 'admin.php')
|
||||
if(defset('e_PAGE') === 'admin.php')
|
||||
{
|
||||
$userlogin->setSecureImageMode('admin'); // use the admin secure code pref.
|
||||
}
|
||||
|
Reference in New Issue
Block a user