plugins/staticpages/functions.inc
branchHEAD
changeset 7436 dcad55dde562
parent 7403 7a15ec67da80
child 7467 dc00de754aba
     1.1 --- a/plugins/staticpages/functions.inc	Fri Oct 30 12:00:15 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      {