@@ -213,7 +213,7 @@ |
||
213 | 213 | <<<'MSG' |
214 | 214 | PHP Fatal error: Uncaught exception '%s' with message '%s' in %s:%s<br /> |
215 | 215 | Stack trace:<br />%s<br /> thrown in %s on line %s |
216 | -MSG; |
|
216 | +msg; |
|
217 | 217 | |
218 | 218 | // write trace lines into main template |
219 | 219 | return sprintf( |
@@ -266,7 +266,7 @@ |
||
266 | 266 | * |
267 | 267 | * @return bool |
268 | 268 | */ |
269 | - public function isSet($key) |
|
269 | + public function isset($key) |
|
270 | 270 | { |
271 | 271 | return $this->__isset($key); |
272 | 272 | } |