From ccb122fe2b9d00a66c6ee97a3d7d7f91ff741077 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Thu, 5 Nov 2020 06:06:51 +0100 Subject: [PATCH] baculum: Tweak fix PHP error --- gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php b/gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php index a34dcc28d..f3ff8b820 100644 --- a/gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php +++ b/gui/baculum/protected/Web/Portlets/BaculaConfigDirectives.php @@ -586,7 +586,7 @@ class BaculaConfigDirectives extends DirectiveListTemplate { $deps, $resource_type, $resource_name, - $resource_name_new, + $resource_name_new ); $result = $this->getModule('api')->set( array('config', $component_type), -- 2.47.3