From 641a3b24a5ca42332ec5abc3d2e51454aff96ce0 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Tue, 11 May 2010 09:23:15 +0200 Subject: [PATCH] Fixed error in the queue addition. --- src/IDF/Commit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Commit.php b/src/IDF/Commit.php index 768b2a4..d63a547 100644 --- a/src/IDF/Commit.php +++ b/src/IDF/Commit.php @@ -294,7 +294,7 @@ class IDF_Commit extends Pluf_Model // Even if the url is empty, we add to the queue as some // plugins may want to do something with this information in // an asynchronous way. - + $project = $this->get_project(); $url = str_replace(array('%p', '%r'), array($project->shortname, $this->scm_id), $conf->getVal('webhook_url', ''));