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 8, 2019
1 parent ce924fc commit fd0afbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getMediaFile()
$encodedFileName = $jinput->get('fpht', '', 'STRING');
$decodedFileName = base64_decode($encodedFileName);

// Subform File field Id for checking autherization for specific field under subform
// Subform File field Id for checking authorization for specific field under subform
$subformFileFieldId = $jinput->get('subFormFileFieldId', '', 'INT');

// Get media storage path
Expand Down

0 comments on commit fd0afbd

Please sign in to comment.