From 20ad306b476c5b228b6113114e36e595e0f7a340 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Mon, 6 Apr 2020 10:55:19 +0200 Subject: [PATCH] fix array --- hooks/templates/inc_user2roles.php.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/templates/inc_user2roles.php.erb b/hooks/templates/inc_user2roles.php.erb index 61ac87c2..a42b5862 100644 --- a/hooks/templates/inc_user2roles.php.erb +++ b/hooks/templates/inc_user2roles.php.erb @@ -11,6 +11,5 @@ return array( // "developer" => array(), // "projectmanager" => array(), "admin" => array(<%= @replace["adminusers"] %>), - ), ); -- GitLab