diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-06 03:55:32 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-06 03:55:32 +0000 |
commit | 2738d4b6a6910575059e4e1eaa7192ab2a1369a5 (patch) | |
tree | 03a70374e9a0db72b621ce60ea76476578535482 /core/controllers/welcome.php | |
parent | ef4b1257964dde8ed04cc574cb7004043d54f9c5 (diff) |
Fix a typo.
Diffstat (limited to 'core/controllers/welcome.php')
-rw-r--r-- | core/controllers/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php index f68813c3..76093d75 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -23,7 +23,7 @@ class Welcome_Controller extends Template_Controller { function index() { $this->template->syscheck = new View("welcome_syscheck.html"); $this->template->syscheck->errors = $this->_get_config_errors(); - $this->templlate->syscheck->modules = array(); + $this->template->syscheck->modules = array(); $this->template->album_count = 0; $this->template->photo_count = 0; try { |