input->getCmd('filter', ''); $url = WfBrowserHelper::getBrowserLink(null, $filter); if (empty($url)) { $app->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'), 'error'); $app->redirect('index.php?option=com_jce'); } $this->setState('url', $url); } }