Fixed a notice in the JCB package exporter.

This commit is contained in:
Llewellyn van der Merwe 2018-05-29 06:59:08 +02:00
parent a7c3a6e8f2
commit 7f325b1233
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
3 changed files with 3 additions and 2 deletions

View File

@ -129,7 +129,7 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo
+ *Version*: 2.8.0
+ *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*: **185583**
+ *Line count*: **185584**
+ *Field count*: **1054**
+ *File count*: **1236**
+ *Folder count*: **197**

View File

@ -129,7 +129,7 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo
+ *Version*: 2.8.0
+ *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*: **185583**
+ *Line count*: **185584**
+ *Field count*: **1054**
+ *File count*: **1236**
+ *Folder count*: **197**

View File

@ -62,6 +62,7 @@ class ComponentbuilderModelJoomla_components extends JModelList
'getKeyFrom' => null
);
public $activeType = 'export';
public $backupType = 1;
protected $params;
protected $tempPath;