CC-4796: Listener Stat: Authentication exception happens but no warning message on UI.
- done
This commit is contained in:
parent
1666a04451
commit
d4124f916d
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ class ListenerstatController extends Zend_Controller_Action
|
||||||
$out = array();
|
$out = array();
|
||||||
foreach ($errorStatus as $v) {
|
foreach ($errorStatus as $v) {
|
||||||
$key = explode('_listener_stat_error', $v['keyname']);
|
$key = explode('_listener_stat_error', $v['keyname']);
|
||||||
|
if ($v['value'] != 'OK') {
|
||||||
|
$v['value'] = _("Please make sure admin user/password is correct on System->Streams page.");
|
||||||
|
}
|
||||||
$out[$key[0]] = $v['value'];
|
$out[$key[0]] = $v['value'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue