@@ -954,7 +954,7 @@ |
||
| 954 | 954 | to other environments, alongside the "Who can restore" permission.<br> |
| 955 | 955 | Should include all users with upload permissions, otherwise they can't download |
| 956 | 956 | their own uploads. |
| 957 | -PHP |
|
| 957 | +php |
|
| 958 | 958 | ), |
| 959 | 959 | |
| 960 | 960 | // The Main.PipelineApprovers |
@@ -263,7 +263,7 @@ |
||
| 263 | 263 | */ |
| 264 | 264 | public function getTitle() |
| 265 | 265 | { |
| 266 | - return "Pipeline {$this->ID} (Status: {$this->Status})"; |
|
| 266 | + return "pipeline {$this->ID} (Status: {$this->Status})"; |
|
| 267 | 267 | } |
| 268 | 268 | |
| 269 | 269 | /** |
@@ -292,7 +292,7 @@ |
||
| 292 | 292 | public function startApproval() |
| 293 | 293 | { |
| 294 | 294 | $this->Status = 'Started'; |
| 295 | - $this->log("Starting {$this->Title}..."); |
|
| 295 | + $this->log("starting {$this->Title}..."); |
|
| 296 | 296 | // Determine if we should use delayed notification |
| 297 | 297 | $recipientGroup = 'all'; |
| 298 | 298 | if ($this->getConfigSetting('RecipientsDelay')) { |
@@ -292,7 +292,7 @@ |
||
| 292 | 292 | public function startApproval() |
| 293 | 293 | { |
| 294 | 294 | $this->Status = 'Started'; |
| 295 | - $this->log("Starting {$this->Title}..."); |
|
| 295 | + $this->log("starting {$this->Title}..."); |
|
| 296 | 296 | // Determine if we should use delayed notification |
| 297 | 297 | $recipientGroup = 'all'; |
| 298 | 298 | if ($this->getConfigSetting('RecipientsDelay')) { |
@@ -292,7 +292,7 @@ |
||
| 292 | 292 | public function startApproval() |
| 293 | 293 | { |
| 294 | 294 | $this->Status = 'Started'; |
| 295 | - $this->log("Starting {$this->Title}..."); |
|
| 295 | + $this->log("starting {$this->Title}..."); |
|
| 296 | 296 | // Determine if we should use delayed notification |
| 297 | 297 | $recipientGroup = 'all'; |
| 298 | 298 | if ($this->getConfigSetting('RecipientsDelay')) { |