Fixed constants
This commit is contained in:
parent
60a2b7282a
commit
4fee89fb80
46 changed files with 204 additions and 212 deletions
|
|
@ -63,7 +63,7 @@ class Campfire implements Plugin
|
|||
*/
|
||||
public function execute()
|
||||
{
|
||||
$url = PHPCI_URL . "build/view/" . $this->build->getId();
|
||||
$url = APP_URL . "build/view/" . $this->build->getId();
|
||||
$message = str_replace("%buildurl%", $url, $this->message);
|
||||
$this->joinRoom($this->roomId);
|
||||
$status = $this->speak($message, $this->roomId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue