diff --git a/airtime_mvc/application/controllers/ListenerstatController.php b/airtime_mvc/application/controllers/ListenerstatController.php index af182c450..0192eaec8 100644 --- a/airtime_mvc/application/controllers/ListenerstatController.php +++ b/airtime_mvc/application/controllers/ListenerstatController.php @@ -52,8 +52,8 @@ class ListenerstatController extends Zend_Controller_Action $out = array(); foreach ($errorStatus as $v) { $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."); + if ($v['value'] != 'OK') { + $v['value'] = _("Please make sure admin user/password is correct on System->Streams page."); } $out[$key[0]] = $v['value']; }