Changeset 5339 for trunk/interface/owner/control/action/blog/add/index.php
- Timestamp:
- 02/21/08 23:14:18 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/control/action/blog/add/index.php
r5185 r5339 11 11 require ROOT . '/lib/includeForBlogOwner.php'; 12 12 13 14 13 requireStrictRoute(); 14 requirePrivilege('group.creators'); 15 15 if ($uid = getUserIdByEmail($_GET['owner'])) { 16 16 $result = addBlog('',$uid, $_GET['identify']);
