mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fixes #2069 - Early success message on usersettings.
This commit is contained in:
@@ -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
|
$testSessionMessage = e107::getMessage()->get(E_MESSAGE_SUCCESS, 'default', true); // only success in the session
|
||||||
|
Reference in New Issue
Block a user