Added a fix to prefent language strings colliding on compilation. Added the option to use []+, in the custom code arg values. Added easy debug option for the setDynamicValues method in the compiler. Fixed the editor issue in the fields view.

This commit is contained in:
2018-08-02 07:36:47 +02:00
parent df65ca3456
commit f5c6fa899d
11 changed files with 154 additions and 32 deletions

View File

@ -35,7 +35,7 @@ class JFormFieldAliasbuilder extends JFormFieldList
*/
public function getOptions()
{
// load the db opbject
// load the db object
$db = JFactory::getDBO();
// get the input from url
$jinput = JFactory::getApplication()->input;