예제 #1
0
 function authorize($id)
 {
     if (J1_6) {
         return $this->authorise($id);
     } else {
         $user =& JFactory::getUser();
         return parent::authorize($id, $user->get('aid'));
     }
 }