@@ -36,7 +36,7 @@ |
||
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | 38 | * Function which loads the bugherd template into the Website |
| 39 | - */ |
|
| 39 | + */ |
|
| 40 | 40 | public function onAfterInit() |
| 41 | 41 | { |
| 42 | 42 | $project_key = $this->getProjectKey(); |
@@ -6,9 +6,9 @@ discard block |
||
| 6 | 6 | */ |
| 7 | 7 | public function getProjectKey() |
| 8 | 8 | { |
| 9 | - $return = Config::inst()->get('BugherdHeroTool', 'project_key'); |
|
| 9 | + $return = Config::inst()->get('BugherdHeroTool', 'project_key'); |
|
| 10 | 10 | if ($return == '') { |
| 11 | - $return = false; |
|
| 11 | + $return = false; |
|
| 12 | 12 | } |
| 13 | 13 | return $return; |
| 14 | 14 | } |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | $return = Config::inst()->get('BugherdHeroTool', 'environment_type'); |
| 19 | 19 | |
| 20 | 20 | if ($return == '') { |
| 21 | - $return = 'dev'; |
|
| 21 | + $return = 'dev'; |
|
| 22 | 22 | } |
| 23 | 23 | return $return; |
| 24 | 24 | } |