forked from joomla/Component-Builder
Fixed a notice in the JCB package exporter.
This commit is contained in:
parent
a7c3a6e8f2
commit
7f325b1233
@ -129,7 +129,7 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo
|
|||||||
+ *Version*: 2.8.0
|
+ *Version*: 2.8.0
|
||||||
+ *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
+ *Line count*: **185583**
|
+ *Line count*: **185584**
|
||||||
+ *Field count*: **1054**
|
+ *Field count*: **1054**
|
||||||
+ *File count*: **1236**
|
+ *File count*: **1236**
|
||||||
+ *Folder count*: **197**
|
+ *Folder count*: **197**
|
||||||
|
@ -129,7 +129,7 @@ Watch the [proposed development workflow](https://vdm.bz/proposed-development-wo
|
|||||||
+ *Version*: 2.8.0
|
+ *Version*: 2.8.0
|
||||||
+ *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
+ *Line count*: **185583**
|
+ *Line count*: **185584**
|
||||||
+ *Field count*: **1054**
|
+ *Field count*: **1054**
|
||||||
+ *File count*: **1236**
|
+ *File count*: **1236**
|
||||||
+ *Folder count*: **197**
|
+ *Folder count*: **197**
|
||||||
|
@ -62,6 +62,7 @@ class ComponentbuilderModelJoomla_components extends JModelList
|
|||||||
'getKeyFrom' => null
|
'getKeyFrom' => null
|
||||||
);
|
);
|
||||||
public $activeType = 'export';
|
public $activeType = 'export';
|
||||||
|
public $backupType = 1;
|
||||||
|
|
||||||
protected $params;
|
protected $params;
|
||||||
protected $tempPath;
|
protected $tempPath;
|
||||||
|
Loading…
Reference in New Issue
Block a user