[geeklog-cvs] geeklog: Fixed log message

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Dec 30 17:26:37 EST 2009


changeset 7561:bc430611e2fd
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/bc430611e2fd
user: Dirk Haun <dirk at haun-online.de>
date: Wed Dec 30 16:21:43 2009 +0100
description:
Fixed log message

diffstat:

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

diffs (12 lines):

diff -r 555fce2196ee -r bc430611e2fd system/lib-security.php
--- a/system/lib-security.php	Wed Dec 30 13:32:47 2009 +0100
+++ b/system/lib-security.php	Wed Dec 30 16:21:43 2009 +0100
@@ -1358,7 +1358,7 @@
                 }
                 if (! file_exists($_FILES[$file]['tmp_name'])) {
                     // whoops!?
-                    COM_errorLog("Uploaded file {$_FILES[$file]['name']} not found when recreating $_FILES array");
+                    COM_errorLog("Uploaded file {$_FILES[$file]['name']} not found when recreating \$_FILES array");
                     unset($_FILES[$file]);
                 }
                 unset($_POST[$key]);



More information about the geeklog-cvs mailing list