Module: nagvis Branch: master Commit: 009ebd5df1373f3ae62ad0d4b78ba0499f0801e8 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=009ebd5df1373f3ae62ad0d4b78ba0499f0801e8
Author: LaMi <[email protected]> Date: Tue Apr 6 21:28:27 2010 +0200 #241 Fixed typo in error message --- share/frontend/wui/ajax_handler.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/wui/ajax_handler.php b/share/frontend/wui/ajax_handler.php index 98c5df1..345a6d6 100644 --- a/share/frontend/wui/ajax_handler.php +++ b/share/frontend/wui/ajax_handler.php @@ -64,7 +64,7 @@ switch($_GET['action']) { // Do some validations if(!isset($_GET['backend_id']) || $_GET['backend_id'] == '') - new GlobalMessage('ERROR', $CORE->getLang()->getText('mustValueNotSet', 'ATTRIBUTE~ackend_id')); + new GlobalMessage('ERROR', $CORE->getLang()->getText('mustValueNotSet', 'ATTRIBUTE~backend_id')); if(!isset($_GET['type']) || $_GET['type'] == '') { new GlobalMessage('ERROR', $CORE->getLang()->getText('mustValueNotSet', 'ATTRIBUTE~type')); } ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
