return singleton if initialized

This commit is contained in:
Evan Prodromou 2009-07-04 01:42:42 -04:00
parent 9dee9e1612
commit 49eaa04b50
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ class QueueManager
}
}
}
return self::$qm;
}
return self::$qm;
}
function enqueue($object, $queue)