Fixed bug in Job factory method

Factory method failed to return the newly created object. Fixed.
This commit is contained in:
2010-06-08 21:16:49 +01:00
parent ca852d57d4
commit 9cf50b9cfd

View File

@@ -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() {