From 3464d85128dd95256986bffcd94db0ac7584acbf Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 26 Jun 2006 04:09:43 +0000 Subject: [PATCH] Updated parameter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3882 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_SnapShotDialog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_SnapShotDialog.inc b/include/class_SnapShotDialog.inc index 07b410d21..c2e0f8f86 100755 --- a/include/class_SnapShotDialog.inc +++ b/include/class_SnapShotDialog.inc @@ -67,7 +67,7 @@ class SnapShotDialog extends plugin $smarty->assign("CurrentDate",date("d.m.Y H:i")); $smarty->assign("CurrentDN",$this->dn); $smarty->assign("CurrentDescription",$this->CurrentDescription); - return($smarty->fetch(get_template_path("snapshotdialog.tpl",TRUE))); + return($smarty->fetch(get_template_path("snapshotdialog.tpl"))); } -- 2.30.2