[geeklog-cvs] geeklog: Wrong CSS class (fix by Tom Homer)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Nov 3 15:54:04 EST 2009


changeset 7436:dcad55dde562
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/dcad55dde562
user: Dirk Haun <dirk at haun-online.de>
date: Tue Nov 03 21:53:52 2009 +0100
description:
Wrong CSS class (fix by Tom Homer)

diffstat:

 plugins/staticpages/functions.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cadb28a7bc7b -r dcad55dde562 plugins/staticpages/functions.inc
--- a/plugins/staticpages/functions.inc	Sun Nov 01 18:38:05 2009 +0100
+++ b/plugins/staticpages/functions.inc	Tue Nov 03 21:53:52 2009 +0100
@@ -1339,7 +1339,7 @@
             $newstaticpages[] = COM_createLink($astaticpage, $url, $attr);
         }
 
-        $retval .= COM_makeList( $newstaticpages, 'list-new-comments' );
+        $retval .= COM_makeList( $newstaticpages, 'list-new-plugins' );
     }
     else
     {



More information about the geeklog-cvs mailing list