@@ -118,7 +118,7 @@ |
||
118 | 118 | $continuePreparation = $setOrCheck === false; |
119 | 119 | if ($setOrCheck === true) { |
120 | 120 | if (!in_array($classMethod, self::$preparePassed) && empty(self::$pageExtension)) { |
121 | - die('ERROR (in a '.__CLASS__.' call): Please call the '.$classMethod.'(); method before the page headers sent.'); |
|
121 | + die('ERROR (in a ' . __CLASS__ . ' call): Please call the ' . $classMethod . '(); method before the page headers sent.'); |
|
122 | 122 | } |
123 | 123 | } elseif (!empty($setOrCheck)) { |
124 | 124 | self::$pageExtension = $setOrCheck; |