Fixed a notice in the JCB package exporter.

This commit is contained in:
2018-05-29 06:59:08 +02:00
parent a7c3a6e8f2
commit 7f325b1233
3 changed files with 3 additions and 2 deletions

View File

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