Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: api/v3/System.php
- ===================================================================
- --- api/v3/System.php (revision 43818)
- +++ api/v3/System.php (working copy)
- @@ -58,3 +58,15 @@
- );
- return civicrm_api3_create_success();
- }
- +
- +/*
- + * Adjust Metadata for Flush action
- + *
- + * The metadata is used for setting defaults, documentation & validation
- + * @param array $params array or parameters determined by getfields
- + */
- +function _civicrm_api3_system_flush_spec(&$params){
- + $params['triggers'] = array('title' => 'rebuild triggers');
- + $params['session'] = array('title' => 'refresh sessions');
- +
- +}
- \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement