Code

Fixed undefined index
[gosa.git] / plugins / admin / applications / class_applicationManagement.inc
index b54f526179c3196c46b8cabe2ff3d42aaa3946f2..3c23e835e4468356beed4a016d356da94c313ddf 100644 (file)
@@ -367,6 +367,7 @@ class applicationManagement extends plugin
         add_lock ($this->dn, $this->ui->dn);
         $smarty= get_smarty();
         $smarty->assign("intro", sprintf(_("You're about to delete the application '%s'."), @LDAP::fix($this->dn)));
+        $smarty->assign("multiple", false);
         return($smarty->fetch (get_template_path('remove.tpl', TRUE)));
       } else {