RSS Feed/News XF\Job\Manager::enqueueLater no longer accepts null for $uniqueId argument

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,816
Points
823

Reputation:

Code:

public function enqueueLater(string $uniqueId, int $runTime, string $jobClass, array $params = [], bool $manual = false, int $priority = 100): ?int

$uniqueId used to accept null. Thankfully an empty string works the same.

(This affects XenForo 2.2.16 too)

Continue reading...
 
Status
Not open for further replies.
Top