Skip to content

Commit

Permalink
Prevent exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Sep 19, 2011
1 parent ec1b946 commit 0b4b68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/HelloWorld.php
Expand Up @@ -17,6 +17,7 @@
class HelloWorld extends AbstractView { class HelloWorld extends AbstractView {
private $message; private $message;
function init(){ function init(){
parent::init();
$this->message = 'Hello world'; $this->message = 'Hello world';
} }
function setMessage($msg){ function setMessage($msg){
Expand Down

0 comments on commit 0b4b68b

Please sign in to comment.