Fixed issue #57.
This commit is contained in:
parent
b77be4a59a
commit
98d44e06c8
@ -43,7 +43,7 @@ class JobTask extends Rails\ActiveRecord\Base
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "calculate_tag_subscriptions":
|
case "calculate_tag_subscriptions":
|
||||||
return "last run: " . $this->data->last_run;
|
return "last run: " . (isset($this->data->last_run) ? $this->data->last_run : 'never');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// case "upload_posts_to_mirrors"
|
// case "upload_posts_to_mirrors"
|
||||||
|
Reference in New Issue
Block a user