Skip to content

Commit

Permalink
remove unused $session variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Apr 29, 2018
1 parent d7a65b7 commit ff5c6ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/com_mailto/controller.php
Expand Up @@ -42,7 +42,6 @@ public function send()
$this->checkToken();

$app = JFactory::getApplication();
$session = JFactory::getSession();
$model = $this->getModel('mailto');
$data = $model->getData();

Expand Down

0 comments on commit ff5c6ef

Please sign in to comment.