summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/language/english/unit_test_lang.php6
-rw-r--r--user_guide/changelog.html1
2 files changed, 4 insertions, 3 deletions
diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php
index 26fc21ae8..7e1b61607 100644
--- a/system/language/english/unit_test_lang.php
+++ b/system/language/english/unit_test_lang.php
@@ -17,8 +17,8 @@ $lang['ut_string'] = 'String';
$lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Object';
$lang['ut_resource'] = 'Resource';
-$lang['ut_null'] = 'Null'
+$lang['ut_null'] = 'Null';
-
-/* End of file unit_test_lang.php */
+
+/* End of file unit_test_lang.php */
/* Location: ./system/language/english/unit_test_lang.php */ \ No newline at end of file
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 0d7265e89..8217cbff4 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -73,6 +73,7 @@ SVN Revision: not currently released</p>
<ul>
<li>Amended fixes for bug (#3419) with parsing DSN database connections.</li>
+ <li>Fixed a syntax error in upload_lang.php</li>
</ul>
<h2>Version 1.6.2</h2>