예제 #1
0
파일: Photo.php 프로젝트: Sywooch/forums
 protected function _getDefaultPrivacy($contentType, $action)
 {
     if (empty($contentType)) {
         $contentType = sonnb_XenGallery_Model_Photo::$contentType;
     }
     return parent::_getDefaultPrivacy($contentType, $action);
 }