From d5d6d6668c3aecde9be48226ec90f76d0973a3c4 Mon Sep 17 00:00:00 2001 From: objecttothis Date: Mon, 4 May 2020 17:19:03 +0400 Subject: [PATCH] Corrected errors --- application/controllers/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Config.php b/application/controllers/Config.php index f7df8e623..bdea8ca0f 100644 --- a/application/controllers/Config.php +++ b/application/controllers/Config.php @@ -7,7 +7,7 @@ class Config extends Secure_Controller public function __construct() { parent::__construct('config'); - + $this->load->library('barcode_lib'); $this->load->library('sale_lib'); } @@ -21,7 +21,7 @@ class Config extends Secure_Controller $bower = FALSE; $composer = FALSE; $license = array(); - + $license[$i]['title'] = 'Open Source Point Of Sale ' . $this->config->item('application_version'); if(file_exists('license/LICENSE'))