dot in getRepeatable tag.php form-> field dir

Did you find a bug in Joomla! 3.x but aren't sure? This forum is the place to help figure out if the problem is a bug and how to report it. If you are an experienced Joomla! user and are certain that you have found a bug please use the Bug Tracker to submit your issue.
This forum is for discussion about bugs and to get help with reporting them to the Bug Tracker: https://issues.joomla.org

Moderator: ooffick

Forum rules
Please use the official Bug Tracker to report a bug: https://issues.joomla.org
Locked
Alphabox200
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Sat Dec 20, 2014 11:39 am

dot in getRepeatable tag.php form-> field dir

Post by Alphabox200 » Mon Mar 23, 2015 9:12 am

I found a syntax error in the function getRepeatable located in libraries->fof-> form-> field-> tag.php. Missing a point below indicated by parentheses

Code: Select all

		return '<span class="' () $this->id . ' ' . $class . '">' .
			$html .
			'</span>';

grapeguy
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Wed Dec 14, 2005 10:02 pm
Location: Sunset, Texas USA
Contact:

Re: dot in getRepeatable tag.php form-> field dir

Post by grapeguy » Tue Apr 21, 2015 2:33 pm

Just downloaded the latest and it is still there on line 244.
I'm using Eclipse -Luna for creating a custom component, and it brought it to my attention.

Should read:

Code: Select all

    return '<span class="' . $this->id . ' ' . $class . '">' . 
			$html .
			'</span>';
I haven't found anything on it in the issue tracker site either.

grapeguy
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Wed Dec 14, 2005 10:02 pm
Location: Sunset, Texas USA
Contact:

Re: dot in getRepeatable tag.php form-> field dir

Post by grapeguy » Tue Apr 21, 2015 3:40 pm

Created issue #6811 for this.


Locked

Return to “Joomla! 3.x Bug Reporting”