Minor - Update error log

1.10.x
Yannick Warnier 11 years ago
parent 58499e76b7
commit 55773e12b6
  1. 4
      plugin/advanced_subscription/src/HookAdvancedSubscription.php

@ -415,7 +415,7 @@ class HookAdvancedSubscription extends HookObserver implements
global $debug;
if ($debug) {
error_log('WSUserSubscribedInCourse');
error_log(__FUNCTION__);
error_log('Params ' . print_r($params, 1));
}
if (!WSHelperVerifyKey($params)) {
@ -684,4 +684,4 @@ class HookAdvancedSubscription extends HookObserver implements
}
return false;
}
}
}

Loading…
Cancel
Save