[geeklog-cvs] geeklog: Fixed comment: error.log -> access.log

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 15 11:31:18 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/bd67e6d75d28
changeset: 6832:bd67e6d75d28
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 15 09:17:14 2009 +0100
description:
Fixed comment: error.log -> access.log

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
public_html/admin/plugins/calendar/index.php |    2 +-

diffs (12 lines):

diff -r b92f477b2b2c -r bd67e6d75d28 public_html/admin/plugins/calendar/index.php
--- a/public_html/admin/plugins/calendar/index.php	Sat Mar 14 18:51:34 2009 +0100
+++ b/public_html/admin/plugins/calendar/index.php	Sun Mar 15 09:17:14 2009 +0100
@@ -48,7 +48,7 @@
              . COM_showMessageText($MESSAGE[29], $MESSAGE[30])
              . COM_siteFooter();
 
-    // Log attempt to error.log
+    // Log attempt to access.log
     COM_accessLog("User {$_USER['username']} tried to illegally access the event administration screen.");
 
     echo $display;



More information about the geeklog-cvs mailing list