From 71d61a1d8acb840a70058d7ad0dc7cbe5e1c9166 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 25 Mar 2018 21:38:45 +0200 Subject: [PATCH] drop superfluous Config::read('all') call --- scripts/shells/shell.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/shells/shell.php b/scripts/shells/shell.php index a3f16bc5..ea2752a1 100644 --- a/scripts/shells/shell.php +++ b/scripts/shells/shell.php @@ -118,11 +118,9 @@ class Shell { * @access public */ public function startup() { - #CHECK! if (empty($this->params['q'])) { $this->_welcome(); } - $CONF = Config::read('all'); } /** * Displays a header for the shell