From 7f325b123328b7589ed9923a22f18803c0b17069 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 29 May 2018 06:59:08 +0200 Subject: [PATCH] Fixed a notice in the JCB package exporter. --- README.md | 2 +- admin/README.txt | 2 +- admin/models/joomla_components.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de1256ac3..1a832ef41 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/admin/README.txt b/admin/README.txt index de1256ac3..1a832ef41 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -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** diff --git a/admin/models/joomla_components.php b/admin/models/joomla_components.php index b114b91a7..0e02ca7cd 100644 --- a/admin/models/joomla_components.php +++ b/admin/models/joomla_components.php @@ -62,6 +62,7 @@ class ComponentbuilderModelJoomla_components extends JModelList 'getKeyFrom' => null ); public $activeType = 'export'; + public $backupType = 1; protected $params; protected $tempPath;