From: Salve J. N. <sj...@us...> - 2004-09-27 10:42:09
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/TT2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21923/lib/OpenInteract2/TT2 Modified Files: Plugin.pm Log Message: Fix content-generator typo in show_all_plugins() Index: Plugin.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/TT2/Plugin.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Plugin.pm 6 Jun 2004 04:38:02 -0000 1.11 --- Plugin.pm 27 Sep 2004 10:41:54 -0000 1.12 *************** *** 72,76 **** sub show_all_plugins { my ( $self ) = @_; ! my $generator = CTX->content_generator( 'tt' ); # Yes, this is relying on a private data structure... --- 72,76 ---- sub show_all_plugins { my ( $self ) = @_; ! my $generator = CTX->content_generator( 'TT' ); # Yes, this is relying on a private data structure... |