summaryrefslogtreecommitdiffstats
path: root/system/core/Lang.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-19 22:38:50 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-19 22:38:50 +0200
commit40403d21274d5e0792c7ab816ad984d6387d5c20 (patch)
tree255d722c5f1a3f71035f50018d852da56c0b476f /system/core/Lang.php
parentad4750509885ad5bb368fc308f86d8c06d45b15c (diff)
Additional formatting fixes
Diffstat (limited to 'system/core/Lang.php')
-rwxr-xr-xsystem/core/Lang.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/core/Lang.php b/system/core/Lang.php
index 82013844c..7abdc6102 100755
--- a/system/core/Lang.php
+++ b/system/core/Lang.php
@@ -25,8 +25,6 @@
* @filesource
*/
-// ------------------------------------------------------------------------
-
/**
* Language Class
*
@@ -43,13 +41,14 @@ class CI_Lang {
*
* @var array
*/
- public $language = array();
+ public $language = array();
+
/**
* List of loaded language files
*
* @var array
*/
- public $is_loaded = array();
+ public $is_loaded = array();
/**
* Initialize language class
@@ -164,4 +163,4 @@ class CI_Lang {
}
/* End of file Lang.php */
-/* Location: ./system/core/Lang.php */
+/* Location: ./system/core/Lang.php */ \ No newline at end of file