Fixed constants
This commit is contained in:
parent
60a2b7282a
commit
4fee89fb80
46 changed files with 204 additions and 212 deletions
|
|
@ -57,8 +57,8 @@ class BuildStatusService
|
|||
if ($this->build) {
|
||||
$this->loadParentBuild($isParent);
|
||||
}
|
||||
if (defined('PHPCI_URL')) {
|
||||
$this->setUrl(PHPCI_URL);
|
||||
if (defined('APP_URL')) {
|
||||
$this->setUrl(APP_URL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue