- Timestamp:
- 02/21/08 23:14:18 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/control/action/blog/changeACL/index.php
r5285 r5339 13 13 require ROOT . '/lib/includeForBlogOwner.php'; 14 14 requireStrictRoute(); 15 requirePrivilege('group.creators'); 15 16 if (changeACLonBlog($_GET['blogid'],$_GET['acltype'],$_GET['userid'],$_GET['switch'])) { 16 17 return respond::ResultPage(true);
