If $parts['query'] doesn't exist in _supercron_parallel_call() it leaves an error:
Notice: Undefined index: query in _supercron_parallel_call() (line 206 of sites/all/modules/contrib/supercron/supercron.inc).
Note: you may need error_reporting() set to E_ALL to see this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | supercron-n926868.patch | 730 bytes | damienmckenna |
Comments
Comment #1
damienmckennaPatch attached that just does a quick isset & ternary operator to avoid the error.
Comment #2
damienmckennaComment #3
damienmckennaFYI I was going to submit a patch for v6.x-2.x but this issue is preventing me from doing so: #926934: Coding standards in supercron.classes.inc
Comment #4
pillarsdotnet commentedNoticed that this change is already applied to the 6.x-2.x version.
Comment #5
pillarsdotnet commented