Changeset 1602
- Timestamp:
- 2010년 02월 18일 11시 33분 12초 (7 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/FeedEngine/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/FeedEngine/plugin.php
r1570 r1602 31 31 function post_finder_conditions_filter(&$condtions, $board) { 32 32 global $account, $params; 33 if($board->get_attribute('feed-at-board') && !$account-> is_admin()) {33 if($board->get_attribute('feed-at-board') && !$account->has_perm('list', $board)) { 34 34 $condtions .= " AND secret = 0 "; 35 35 }
