diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-05 18:00:55 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-05 18:00:55 +0000 |
| commit | f095fa260dcc4fd35e4cea513a983925916120c1 (patch) | |
| tree | be22a6ccacb9821de7100350489b9fe9eaf25c12 | |
| parent | a4594f07253d8a6369613c183ef3b5997a7008cb (diff) | |
| download | boards-f095fa260dcc4fd35e4cea513a983925916120c1.tar.gz boards-f095fa260dcc4fd35e4cea513a983925916120c1.tar.bz2 boards-f095fa260dcc4fd35e4cea513a983925916120c1.zip | |
verify permission to get feed
| -rw-r--r-- | boards_rss.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/boards_rss.php b/boards_rss.php index 372dbf9..76c2530 100644 --- a/boards_rss.php +++ b/boards_rss.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_boards/boards_rss.php,v 1.4 2008/12/12 23:12:38 pppspoonman Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_boards/boards_rss.php,v 1.5 2009/10/05 18:00:55 wjames5 Exp $ * @package boards * @subpackage functions */ @@ -23,6 +23,8 @@ if(!empty($_REQUEST['u'])) { $boardId = !empty( $_REQUEST['b'] ) ? $_REQUEST['b'] : NULL; $board = new BitBoard( $boardId ); $board->load(); +$board->verifyViewPermission(); + $board->parseData(); $rss->title = $board->getField( 'title' )." Feed"; |
