1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Removed all SQL queries from usersettings_shortcodes.

This commit is contained in:
Cameron
2021-01-20 12:03:52 -08:00
parent b19f9ffbc3
commit 17dfe4149e
4 changed files with 567 additions and 352 deletions

View File

@@ -1093,7 +1093,7 @@ class usersettings_front // Begin Usersettings rewrite.
}
// e107::scStyle($sc_style);
e107::getScBatch('usersettings')->setVars($curVal);
e107::getScBatch('usersettings')->setVars($curVal)->reset();
$USERSETTINGS_EDIT = $this->getTemplate('edit');
$USERSETTINGS_EDIT_CAPTION = $this->getTemplate('edit_caption');