mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
User-settings shortcode and template cleanup. avatarpicker() function added to form handler. Other minor fixes.
This commit is contained in:
@@ -922,6 +922,11 @@ class e_shortcode
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setVars($eVars) // Alias of setParserVars();
|
||||
{
|
||||
return $this->setParserVars($eVars);
|
||||
}
|
||||
|
||||
public function setMode($mode)
|
||||
{
|
||||
$this->mode = ($mode == 'edit') ? 'edit' : 'view';
|
||||
|
Reference in New Issue
Block a user