In poormanscron_exit() $message is initialized to NULL but it then immediately set to a string, basing on the result returned by drupal_run_cron().
Initializing the variable to NULL is useless.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 366757-poormanscron-D6.patch | 633 bytes | dave reid |
Comments
Comment #1
dave reidPatch attached for review.
Comment #2
avpadernoThe patch seems to work.
Comment #3
robloachCommitted, thanks! http://drupal.org/cvs?commit=207516