Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-09-14-48-51
[civicrm-core.git] / api / v3 / SystemLog.php
index 3faebbaa4bf0a0af8be4c8357a7a5bc59bbc36fc..03a9e7e5b3b3b2fdae2cbb4618bbe6c241ead2a1 100644 (file)
@@ -38,7 +38,7 @@
  */
 
 /**
- * @param $params
+ * @param array $params
  *
  * @return array
  */
@@ -50,7 +50,7 @@ function civicrm_api3_system_log_delete($params) {
  * Create system log
  * It's arguable whether this function should exist as it fits our crud pattern and adding it meets our SyntaxConformance test requirements
  * but it just wraps system.log which is more consistent with the PSR3 implemented.
- * @param $params
+ * @param array $params
  *
  * @return array
  */
@@ -59,16 +59,17 @@ function civicrm_api3_system_log_create($params) {
 }
 
 /**
- * @param $params
+ * @param array $params
  *
  * @return array
  */
 function _civicrm_api3_system_log_create_spec(&$params) {
-  return _civicrm_api3_system_log_spec($params);
+  require_once('api/v3/System.php');
+   _civicrm_api3_system_log_spec($params);
 }
 
 /**
- * @param $params
+ * @param array $params
  *
  * @return array
  */