diff -r 9f29b32e5224 -r 540d077b7612 plugins/Newsboy.php --- a/plugins/Newsboy.php Wed Jun 13 22:34:28 2007 -0400 +++ b/plugins/Newsboy.php Fri Sep 28 23:49:56 2007 -0400 @@ -286,7 +286,8 @@ if ( $s ) { $stuff = RenderMan::strToPageID($s); - $p = RenderMan::getPage($stuff[0], $stuff[1]); + $page = new PageProcessor($stuff[0], $stuff[1]); + $page->send(); echo $p; } @@ -363,7 +364,7 @@ - +
Administrative tools:Edit announcement »Edit announcement » Portal Administration