if (!empty($result['alarm']['params']['notify']['ajax'])) {
$result['alarm']['ajax'] = $result['alarm']['params']['notify']['ajax'];
} elseif (!empty($result['alarm']['params']['notify']['show'])) {
- $result['alarm']['url'] = Horde::url($GLOBALS['registry']->linkByPackage($result['alarm']['params']['notify']['show']['__app'], 'show', $result['alarm']['params']['notify']['show']), true);
+ $result['alarm']['url'] = (string)Horde::url($GLOBALS['registry']->linkByPackage($result['alarm']['params']['notify']['show']['__app'], 'show', $result['alarm']['params']['notify']['show']), true);
}
unset($result['alarm']['params']['notify'],
$result['alarm']['methods']);