Added automatic actions based on a daily event
This commit is contained in:
@@ -125,7 +125,7 @@ abstract class Base extends \Kanboard\Core\Base
|
||||
$params[] = $key.'='.var_export($value, true);
|
||||
}
|
||||
|
||||
return $this->getName().'('.implode('|', $params).'])';
|
||||
return $this->getName().'('.implode('|', $params).')';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user