Posted by kiamlaluno on January 30, 2009 at 3:46pm
| 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
Patch attached for review.
#2
The patch seems to work.
#3
Committed, thanks! http://drupal.org/cvs?commit=207516
#4
Automatically closed -- issue fixed for 2 weeks with no activity.