From 083e006c3826f3dd262e4e5e6d5a3a1bb9bafa03 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 20 Jan 2022 11:11:08 +0800 Subject: [PATCH] * Remove empty line. --- module/kanban/control.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/kanban/control.php b/module/kanban/control.php index 883c5929e8..11974ee613 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -23,7 +23,6 @@ class kanban extends control */ public function space($browseType = 'private', $recTotal = 0, $recPerPage = 15, $pageID = 1) { - /* Load pager. */ $this->app->loadClass('pager', $static = true); $pager = new pager($recTotal, $recPerPage, $pageID); @@ -156,8 +155,6 @@ class kanban extends control */ public function create($spaceID = 0, $type = 'private') { - $type = $type == 'involved' ? 'private' : $type; - if(!empty($_POST)) { $kanbanID = $this->kanban->create();