Jan - any particular reason you did:
$app = $registry->getMethod('tasks/list');
if (isset($app)) {
$taskList = $registry->callByPackage($app, 'tasks/list');
instead of just:
$taskList = $registry->call('tasks/list');
?
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be lie, like children whose faces we cannot see, in
the arms of silence. All we ever have is here, now." - Ursula K. Le Guin