Changeset 3855

Show
Ignore:
Timestamp:
01/28/08 20:51:59 (11 months ago)
Author:
jmathis
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/options/oreon/upGrade/checkVersion.php

    r3514 r3855  
    6262        $tpl = new Smarty(); 
    6363        $tpl = initSmartyTpl($path, $tpl); 
    64         $tpl->assign('msgErr', $msgErr); 
     64        if (isset($msgErr)) 
     65                $tpl->assign('msgErr', $msgErr); 
    6566        $tpl->assign('hasUpdate', $hasUpdate); 
    6667        $tpl->assign('security', $secu);