From 1a19a510dc2fbd3442881afe25aabe02b7867ff9 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Fri, 6 Jul 2018 17:56:29 +0200 Subject: [PATCH] fixed line spacing in getform method --- README.md | 2 +- admin/README.txt | 2 +- admin/helpers/compiler/e_Interpretation.php | 2 +- admin/models/admin_view.php | 1 - admin/models/custom_admin_view.php | 1 - admin/models/custom_code.php | 1 - admin/models/dynamic_get.php | 1 - admin/models/joomla_component.php | 1 - admin/models/layout.php | 1 - admin/models/site_view.php | 1 - admin/models/template.php | 1 - 11 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ac31212e4..b46cd8f26 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo + *Version*: 2.8.2 + *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **186168** ++ *Line count*: **186160** + *Field count*: **1058** + *File count*: **1238** + *Folder count*: **197** diff --git a/admin/README.txt b/admin/README.txt index ac31212e4..b46cd8f26 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -129,7 +129,7 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo + *Version*: 2.8.2 + *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **186168** ++ *Line count*: **186160** + *Field count*: **1058** + *File count*: **1238** + *Folder count*: **197** diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index a20dc7fcd..c1ac790cb 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -10937,7 +10937,7 @@ class Interpretation extends Fields $allow[] = $this->_t(4) . "\$form->setValue(\$redirectedField, null, \$redirectedValue);"; $allow[] = $this->_t(3) . "}"; // load custom script if found - $allow[] = $this->_t(2) . "}" . $this->getCustomScriptBuilder('php_getform', $viewName_single, PHP_EOL . PHP_EOL); + $allow[] = $this->_t(2) . "}" . $this->getCustomScriptBuilder('php_getform', $viewName_single, PHP_EOL); // setup the default script $allow[] = $this->_t(2) . "return \$form;"; diff --git a/admin/models/admin_view.php b/admin/models/admin_view.php index 523213807..f9de74124 100644 --- a/admin/models/admin_view.php +++ b/admin/models/admin_view.php @@ -506,7 +506,6 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']"); diff --git a/admin/models/custom_admin_view.php b/admin/models/custom_admin_view.php index 7f7a70f41..b81559673 100644 --- a/admin/models/custom_admin_view.php +++ b/admin/models/custom_admin_view.php @@ -327,7 +327,6 @@ class ComponentbuilderModelCustom_admin_view extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']"); diff --git a/admin/models/custom_code.php b/admin/models/custom_code.php index 4f441d559..6dd53e337 100644 --- a/admin/models/custom_code.php +++ b/admin/models/custom_code.php @@ -184,7 +184,6 @@ class ComponentbuilderModelCustom_code extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']"); diff --git a/admin/models/dynamic_get.php b/admin/models/dynamic_get.php index 5b176769c..de3c68068 100644 --- a/admin/models/dynamic_get.php +++ b/admin/models/dynamic_get.php @@ -334,7 +334,6 @@ class ComponentbuilderModelDynamic_get extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']"); diff --git a/admin/models/joomla_component.php b/admin/models/joomla_component.php index a9c197d64..27df61260 100644 --- a/admin/models/joomla_component.php +++ b/admin/models/joomla_component.php @@ -362,7 +362,6 @@ class ComponentbuilderModelJoomla_component extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']"); diff --git a/admin/models/layout.php b/admin/models/layout.php index 7654dc207..f8245b135 100644 --- a/admin/models/layout.php +++ b/admin/models/layout.php @@ -222,7 +222,6 @@ class ComponentbuilderModelLayout extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']"); diff --git a/admin/models/site_view.php b/admin/models/site_view.php index c0412412a..d9ecda94a 100644 --- a/admin/models/site_view.php +++ b/admin/models/site_view.php @@ -345,7 +345,6 @@ class ComponentbuilderModelSite_view extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']"); diff --git a/admin/models/template.php b/admin/models/template.php index 834ccd29e..3efb9803d 100644 --- a/admin/models/template.php +++ b/admin/models/template.php @@ -222,7 +222,6 @@ class ComponentbuilderModelTemplate extends JModelAdmin } } - // update all editors to use this components global editor $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); $editors = $form->getXml()->xpath("//field[@type='editor']");