From a0149862d09f567c6cf2b41517010c1df0c62dfd Mon Sep 17 00:00:00 2001 From: Amenadiel Date: Tue, 13 Nov 2018 15:07:08 -0300 Subject: simplification of nested loops config for cs_fixer csfixer fixes index.php --- src/controllers/ViewpropertiesController.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/controllers/ViewpropertiesController.php') diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php index e89b5817..acdb54df 100644 --- a/src/controllers/ViewpropertiesController.php +++ b/src/controllers/ViewpropertiesController.php @@ -162,7 +162,6 @@ class ViewpropertiesController extends BaseController switch ($_REQUEST['stage']) { case 1: - $this->printTrail('column'); $this->printTitle($this->lang['stralter'], 'pg.column.alter'); $this->printMsg($msg); @@ -204,7 +203,6 @@ class ViewpropertiesController extends BaseController break; case 2: - // Check inputs if ('' == trim($_REQUEST['field'])) { $_REQUEST['stage'] = 1; -- cgit v1.2.3