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

#1887 User Settings Notice Removal

#1887 User Settings Notice Removal
This commit is contained in:
MikeyGMT
2016-10-17 01:32:31 +01:00
parent c4b45908ef
commit 4881a848c0
3 changed files with 5 additions and 5 deletions

View File

@@ -178,7 +178,7 @@ if (isset($_POST['updatesettings']))
}
// Uploaded avatar and/or photo
if ($file_userfile['error'] != 4)
if (varset($file_userfile['error']) != 4)
{
require_once (e_HANDLER.'upload_handler.php');
require_once (e_HANDLER.'resize_handler.php');