[geeklog-hg] geeklog: Fixed typo

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 19 12:55:32 EDT 2013


changeset 9071:049394d4e7e0
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/049394d4e7e0
user: dengen
date: Mon May 20 01:55:11 2013 +0900
description:
Fixed typo

diffstat:

 public_html/lib-common.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r da7afffe427f -r 049394d4e7e0 public_html/lib-common.php
--- a/public_html/lib-common.php	Sun May 19 15:09:56 2013 +0900
+++ b/public_html/lib-common.php	Mon May 20 01:55:11 2013 +0900
@@ -7456,7 +7456,7 @@
             if (isset($_CONF['language_files'])) {
                 if (array_key_exists($lang_id, $_CONF['language_files']) === false) {
                     // that looks like a misconfigured $_CONF['language_files'] array
-                    COM_errorLog('Language "' . $language . '" not found in $_CONF[\'language_files\'] array!');
+                    COM_errorLog('Language "' . $lang_id . '" not found in $_CONF[\'language_files\'] array!');
         
                     $lang_id = ''; // not much we can do here ...
                 }



More information about the geeklog-cvs mailing list