Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/includes/mambo.php
Parent Directory
|
Revision Log
|
Patch
| 241 |
} |
} |
| 242 |
|
|
| 243 |
function getAccessLists ($access_type, $access_id, $action, $subject_type, $subject_id) { |
function getAccessLists ($access_type, $access_id, $action, $subject_type, $subject_id) { |
| 244 |
$authoriser = mosAuthoriser::getInstance(); |
$authoriser =& mosAuthoriser::getInstance(); |
| 245 |
if ($authoriser->checkControl($access_type, $access_id, $action, $subject_type, $subject_id)) { |
if ($authoriser->checkControl($access_type, $access_id, $action, $subject_type, $subject_id)) { |
| 246 |
$cangrant = $authoriser->checkGrant($access_type, $access_id, $action, $subject_type, $subject_id); |
$cangrant = $authoriser->checkGrant($access_type, $access_id, $action, $subject_type, $subject_id); |
| 247 |
$permissions = $this->permissionHolders($subject_type, $subject_id); |
$permissions = $this->permissionHolders($subject_type, $subject_id); |
|
|
Legend:
| Removed from v.237 |
|
| changed lines |
| |
Added in v.238 |
|
|

Web Hosting provided by Network
Redux.