home/u4/skywalkerjones/html/administrator/components/com_rsgallery2/options/templateManager/admin.templates.html.php, line 540
TemplatesView::_writeFTPHeader(&$ftp);
The ampersand shouldn't be there, change to:
TemplatesView::_writeFTPHeader($ftp);
thanks. fixed in r672