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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user