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.

CommentFileSizeAuthor
#1 366757-poormanscron-D6.patch633 bytesdave reid

Comments

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new633 bytes

Patch attached for review.

avpaderno’s picture

The patch seems to work.

robloach’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.