Ignore:
Timestamp:
2010년 02월 18일 11시 33분 12초 (2 years ago)
Author:
yupmin
Message:

리스트 보기권한 개선

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/FeedEngine/plugin.php

    r1570 r1602  
    3131        function post_finder_conditions_filter(&$condtions, $board) { 
    3232                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)) { 
    3434                        $condtions .= " AND secret = 0 "; 
    3535                } 
Note: See TracChangeset for help on using the changeset viewer.