This is the fix:
Only in admin side at line 120 in /administrator/components/com_phocadownload/views/phocadownloadlinkfile/view.html.php
This (which looks like the way it is handled for site-side):
Code: Select all
$this->assignRef('tmpl', $this->t);
Code: Select all
$this->assignRef('tmpl', $tmpl);

