From 82df33e2056d10490aa22ed166a49bcaac49fc90 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Wed, 7 Apr 2021 14:12:06 +0800 Subject: [PATCH] * Fix bug. --- module/execution/control.php | 2 +- module/execution/view/task.html.php | 2 +- module/task/control.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/control.php b/module/execution/control.php index 95558e6b3a..241ecf71b9 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2063,7 +2063,7 @@ class execution extends control $this->session->set('execution', ''); $this->executeHooks($executionID); - die(js::locate(inlink('index'), 'parent')); + die(js::reload('parent')); } } diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php index 8443f62667..7e8f1d88fb 100644 --- a/module/execution/view/task.html.php +++ b/module/execution/view/task.html.php @@ -117,7 +117,7 @@ body {margin-bottom: 25px;}