diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index a3d006bd5ab6f64dc2827a71f706487eab988e29..4859bde4daa15efb5ff717db78c88f988b4cf072 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'=><%= @replace["messenger"] %>, + 'messenger'=>array(<%= @replace["messenger"] %>), ); // ----------------------------------------------------------------------