Correctly display the API Entity and Action in the Job Log.
authorAnthony Nemirovsky <anemirovsky@giantrabbit.com>
Mon, 1 Dec 2014 20:38:10 +0000 (12:38 -0800)
committerAnthony Nemirovsky <anemirovsky@giantrabbit.com>
Mon, 1 Dec 2014 20:38:10 +0000 (12:38 -0800)
commitfe901a306187f2d8679adeb76057353fda74cd29
tree13df3ac0292a20d751c815c488a31777cb1d4595
parent23e35f75793a63e1c50249d322bcf1f2439415f8
Correctly display the API Entity and Action in the Job Log.

The scheduled jobs log was setting the command for every job entry to 0
because of a string concatenation bug. This commit corrects that bug so API
Entity and Action is now correctly shown.
CRM/Core/JobManager.php