Wrong CSS class (fix by Tom Homer) HEAD
authorDirk Haun <dirk@haun-online.de>
Tue Nov 03 21:53:52 2009 +0100 (4 months ago)
branchHEAD
changeset 7436dcad55dde562
parent 7435cadb28a7bc7b
child 743737aac60623c4
Wrong CSS class (fix by Tom Homer)
plugins/staticpages/functions.inc
     1.1 --- a/plugins/staticpages/functions.inc	Sun Nov 01 18:38:05 2009 +0100
     1.2 +++ b/plugins/staticpages/functions.inc	Tue Nov 03 21:53:52 2009 +0100
     1.3 @@ -1339,7 +1339,7 @@
     1.4              $newstaticpages[] = COM_createLink($astaticpage, $url, $attr);
     1.5          }
     1.6  
     1.7 -        $retval .= COM_makeList( $newstaticpages, 'list-new-comments' );
     1.8 +        $retval .= COM_makeList( $newstaticpages, 'list-new-plugins' );
     1.9      }
    1.10      else
    1.11      {