Esempio n. 1
0
 protected function _getDefaultPrivacy($contentType, $action)
 {
     if (empty($contentType)) {
         $contentType = sonnb_XenGallery_Model_Photo::$contentType;
     }
     return parent::_getDefaultPrivacy($contentType, $action);
 }