diff options
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 { |