Fixed bug in Job factory method
Factory method failed to return the newly created object. Fixed.
This commit is contained in:
@@ -87,6 +87,8 @@ class HandBrakeCluster_Job {
|
|||||||
);
|
);
|
||||||
|
|
||||||
self::$cache[$job->id] = $job;
|
self::$cache[$job->id] = $job;
|
||||||
|
|
||||||
|
return $job;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function all() {
|
public static function all() {
|
||||||
|
|||||||
Reference in New Issue
Block a user