Skip to content

Commit

Permalink
Task techjoomla#205 feat : File download functionality from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
“Rajnish committed Nov 21, 2019
1 parent 8ef667c commit f7e1015
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions administrator/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@
*/
class TjfieldsController extends JControllerLegacy
{
/**
* The return URL.
*
* @var mixed
*/
protected $returnURL;

/**
* Constructor
*
*/
public function __construct()
{
$this->returnURL = JURI::base();

parent::__construct();
}

/**
* Method to display a view.
*
Expand Down

0 comments on commit f7e1015

Please sign in to comment.