diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index 4859bde4daa15efb5ff717db78c88f988b4cf072..a3d006bd5ab6f64dc2827a71f706487eab988e29 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -94,7 +94,7 @@ $aConfig = array( ), ), // notifications to messengers ... - 'messenger'=>array(<%= @replace["messenger"] %>), + 'messenger'=><%= @replace["messenger"] %>, ); // ----------------------------------------------------------------------