| @@ -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 | 
| @@ -257,7 +257,7 @@ | ||
| 257 | 257 | * @return string | 
| 258 | 258 | */ | 
| 259 | 259 |  	public function getTitle() { | 
| 260 | -		return "Pipeline {$this->ID} (Status: {$this->Status})"; | |
| 260 | +		return "pipeline {$this->ID} (Status: {$this->Status})"; | |
| 261 | 261 | } | 
| 262 | 262 | |
| 263 | 263 | /** | 
| @@ -282,7 +282,7 @@ | ||
| 282 | 282 | */ | 
| 283 | 283 |  	public function startApproval() { | 
| 284 | 284 | $this->Status = 'Started'; | 
| 285 | -		$this->log("Starting {$this->Title}..."); | |
| 285 | +		$this->log("starting {$this->Title}..."); | |
| 286 | 286 | // Determine if we should use delayed notification | 
| 287 | 287 | $recipientGroup = 'all'; | 
| 288 | 288 |  		if($this->getConfigSetting('RecipientsDelay')) { | 
| @@ -282,7 +282,7 @@ | ||
| 282 | 282 | */ | 
| 283 | 283 |  	public function startApproval() { | 
| 284 | 284 | $this->Status = 'Started'; | 
| 285 | -		$this->log("Starting {$this->Title}..."); | |
| 285 | +		$this->log("starting {$this->Title}..."); | |
| 286 | 286 | // Determine if we should use delayed notification | 
| 287 | 287 | $recipientGroup = 'all'; | 
| 288 | 288 |  		if($this->getConfigSetting('RecipientsDelay')) { | 
| @@ -282,7 +282,7 @@ | ||
| 282 | 282 | */ | 
| 283 | 283 |  	public function startApproval() { | 
| 284 | 284 | $this->Status = 'Started'; | 
| 285 | -		$this->log("Starting {$this->Title}..."); | |
| 285 | +		$this->log("starting {$this->Title}..."); | |
| 286 | 286 | // Determine if we should use delayed notification | 
| 287 | 287 | $recipientGroup = 'all'; | 
| 288 | 288 |  		if($this->getConfigSetting('RecipientsDelay')) { |