diff --git a/README.md b/README.md index 2454f5841..4fb3c3ca1 100644 --- a/README.md +++ b/README.md @@ -143,11 +143,11 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com) + *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 21st February, 2021 ++ *Last Build*: 4th March, 2021 + *Version*: 2.12.7 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **292151** ++ *Line count*: **292184** + *Field count*: **1629** + *File count*: **1935** + *Folder count*: **322** diff --git a/admin/README.txt b/admin/README.txt index 2454f5841..4fb3c3ca1 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -143,11 +143,11 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com) + *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 21st February, 2021 ++ *Last Build*: 4th March, 2021 + *Version*: 2.12.7 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **292151** ++ *Line count*: **292184** + *Field count*: **1629** + *File count*: **1935** + *Folder count*: **322** diff --git a/admin/controllers/compiler.php b/admin/controllers/compiler.php index ddf057408..244637444 100644 --- a/admin/controllers/compiler.php +++ b/admin/controllers/compiler.php @@ -255,8 +255,10 @@ class ComponentbuilderControllerCompiler extends JControllerAdmin $message[] = '
Remember! This zip file is in your tmp folder and therefore publicly accessible until you click [Clear tmp]!
'; } $message[] = 'Compilation took '.$model->compiler->secondsCompiled.' seconds to complete.
'; + // pass the message via the user state... wow this is painful + $app->setUserState('com_componentbuilder.success_message', implode(PHP_EOL, $message)); // set redirect - $this->setRedirect($redirect_url, implode(PHP_EOL, $message), 'message'); + $this->setRedirect($redirect_url, '