1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Fixes #2069 - Early success message on usersettings.

This commit is contained in:
Cameron
2016-11-27 10:30:26 -08:00
parent 8e500b0a0d
commit f2424894a3

View File

@@ -716,7 +716,7 @@ class usersettings_front // Begin Usersettings rewrite.
}
}
}
else // --- User data has been updated here if appropriate ---
elseif($dataToSave === true) // --- User data has been updated here if appropriate ---
{
$testSessionMessage = e107::getMessage()->get(E_MESSAGE_SUCCESS, 'default', true); // only success in the session