- Timestamp:
- Jun 20, 2012, 6:05:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws_functions.inc.php
r15851 r15852 2308 2308 { 2309 2309 $updates['status'] = $params['status']; 2310 2311 if ('private' == $updates['status'])2312 {2313 add_permission_on_category($creation_output['id'], get_admins());2314 }2315 2310 } 2316 2311 if ( !empty($params['visible']) and in_array($params['visible'], array('true','false')) ) … … 2334 2329 array('id'=>$creation_output['id']) 2335 2330 ); 2331 } 2332 2333 if ( isset($updates['status']) and 'private' == $updates['status'] ) 2334 { 2335 add_permission_on_category($creation_output['id'], get_admins()); 2336 2336 } 2337 2337
Note: See TracChangeset
for help on using the changeset viewer.