From afb90768b4c61ad7c0fd10dd04bf9bfe9458d4af Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 11 Jan 2009 02:06:36 +0000 Subject: Remove stray blank line, convert single to double quotes. --- core/helpers/module.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/module.php b/core/helpers/module.php index b2b24605..6b50dbd1 100644 --- a/core/helpers/module.php +++ b/core/helpers/module.php @@ -1,4 +1,3 @@ - name; } - Kohana::config_set('core.modules', $kohana_modules); + Kohana::config_set("core.modules", $kohana_modules); } catch (Exception $e) { self::$module_names = array(); self::$modules = array(); -- cgit v1.2.3