From 36ced4814768a14b2e558143ae562ba7158ed319 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 20 Sep 2018 16:31:32 +0800 Subject: [PATCH] * adjust for block. --- module/block/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/block/control.php b/module/block/control.php index 59b58101fb..c83bb564d1 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -1223,6 +1223,7 @@ class block extends control $this->view->bugs = $bugs; } + $this->view->selfCall = $this->selfCall; $this->view->hasViewPriv = $hasViewPriv; $this->view->longBlock = $longBlock; $this->display();