diff options
Diffstat (limited to 'app/Controller/Project.php')
-rw-r--r-- | app/Controller/Project.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/Project.php b/app/Controller/Project.php index d749ef53..c5f16496 100644 --- a/app/Controller/Project.php +++ b/app/Controller/Project.php @@ -54,6 +54,7 @@ class Project extends Base $this->response->html($this->projectLayout('project_show', array( 'project' => $project, 'stats' => $this->project->getStats($project['id']), + 'webhook_token' => $this->config->get('webhook_token'), 'title' => $project['name'], ))); } |