From 37d45c5dce52f2d624f125508c069523fb408586 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Wed, 11 Sep 2019 10:34:26 +0700 Subject: [PATCH] Remove cli --- inc/cli/export.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/cli/export.php b/inc/cli/export.php index 24eaaf3b..e710a1e7 100755 --- a/inc/cli/export.php +++ b/inc/cli/export.php @@ -6,7 +6,8 @@ /** * Constructor */ - public function __construct(){ + public function __construct() { + return; $this->path = OPALESTATE_PLUGIN_DIR;