Project:Poormanscron
Version:6.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#1

Status:active» needs review

Patch attached for review.

AttachmentSizeStatusTest resultOperations
366757-poormanscron-D6.patch633 bytesIgnored: Check issue status.NoneNone

#2

The patch seems to work.

#3

Status:needs review» fixed

Committed, thanks! http://drupal.org/cvs?commit=207516

#4

Status:fixed» closed (fixed)

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