From 2738d4b6a6910575059e4e1eaa7192ab2a1369a5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 6 Nov 2008 03:55:32 +0000 Subject: Fix a typo. --- core/controllers/welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers/welcome.php') 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 { -- cgit v1.2.3