JForm bug found?

1 view
Skip to first unread message

Ed Stafford

unread,
Nov 8, 2009, 1:37:02 PM11/8/09
to joomla-dev...@googlegroups.com
In libraries/joomla/form/fields/list.php, there's a jimport:

jimport('joomla.form.field');

which points to nothing. It should be:

jimport('joomla.form.formfield');

Unless there's something there I'm not aware of.

--
Ed Stafford

Ed Stafford

unread,
Nov 8, 2009, 1:53:07 PM11/8/09
to joomla-dev...@googlegroups.com
On Sun, Nov 8, 2009 at 12:37 PM, Ed Stafford <ed.st...@gmail.com> wrote:
> In libraries/joomla/form/fields/list.php, there's a jimport:
>
> jimport('joomla.form.field');
>
> which points to nothing.  It should be:
>
> jimport('joomla.form.formfield');

Actually, this appears in about half the fields/*.php files.

Also, what's the reasoning behind using:
require_once dirname(__FILE__).DS.'list.php';

instead of:
jimport('joomla.form.field.list');

Just trying to get my skeleton's built to upload.. and this was a
WHOLE lot of files to fix to generate the skellys.

--
Ed Stafford

Ed Stafford

unread,
Nov 8, 2009, 3:29:32 PM11/8/09
to joomla-dev...@googlegroups.com
Added problem and patch to Tracker #18641.

--
Ed Stafford

Andrew Eddie

unread,
Nov 8, 2009, 4:23:44 PM11/8/09
to joomla-dev...@googlegroups.com
Thanks Ed. I'll fix this that week.

Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer




2009/11/9 Ed Stafford <ed.st...@gmail.com>:
Reply all
Reply to author
Forward
0 new messages