From d1be17366dbb4067f81286742a9c5a43563e44d4 Mon Sep 17 00:00:00 2001 From: Isaac Brown Date: Wed, 1 May 2019 10:28:44 -0400 Subject: [PATCH] Fixed missing component in 2.9.4 --- components/active/init.js | 2 +- components/update/class.update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/active/init.js b/components/active/init.js index 53ad118..369ad15 100755 --- a/components/active/init.js +++ b/components/active/init.js @@ -407,7 +407,7 @@ if( ! ( _this.positions[`${path}`] === undefined ) ) { - _this.setPosition( .positions[`${path}`] ); + _this.setPosition( _this.positions[`${path}`] ); } }); } diff --git a/components/update/class.update.php b/components/update/class.update.php index ef64d0e..bdd8b9c 100755 --- a/components/update/class.update.php +++ b/components/update/class.update.php @@ -12,7 +12,7 @@ class Update { // CONSTANTS ////////////////////////////////////////////////////////////////// - CONST VERSION = "v.2.9.4"; + CONST VERSION = "v.2.9.4.1"; ////////////////////////////////////////////////////////////////// // PROPERTIES