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
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