Added email helper class.

This commit is contained in:
2016-06-03 07:28:32 +01:00
parent 5cd07f3b88
commit d82d4aeb22
370 changed files with 1366 additions and 1324 deletions

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.11
@build 2nd June, 2016
@version 2.1.12
@build 3rd June, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_gets.php
@ -277,6 +277,8 @@ class ComponentbuilderModelDynamic_gets extends JModelList
// setup the query
if (ComponentbuilderHelper::checkArray($pks))
{
// Set a value to know this is exporting method.
$_export = true;
// Get the user object.
$user = JFactory::getUser();
// Create a new query object.