In background_process.module around line #604 (#649 on git) there is the following code:

<?php
$process->start = $process->start ? $process->start : $process->start;
?>

It looks almost like you started working on that and then forgot to do something to finish it.
Functionally, the code does not break anything.
If nothing needs to be done, then the better to remove unneeded code.

Comments

gielfeldt’s picture

Hehe. Looks like I've been a bit sloppy :-). I'll see if I can remember what the intention was.

gielfeldt’s picture

Status: Active » Fixed

Fixed in dev

Status: Fixed » Closed (fixed)

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