Skip to content

Commit

Permalink
Use $this variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed May 28, 2018
1 parent eec5d7e commit 72ad71b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function execute()
$this->app->enqueueMessage(JText::_('COM_CONFIG_SAVE_SUCCESS'), 'message');

// Clear the data from the session.
$app->setUserState('com_config.config.global.data', null);
$this->app->setUserState('com_config.config.global.data', null);

// Set the redirect based on the task.
switch ($this->options[3])
Expand Down

0 comments on commit 72ad71b

Please sign in to comment.