Code

Updated parameter
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 04:09:43 +0000 (04:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 04:09:43 +0000 (04:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3882 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_SnapShotDialog.inc

index 07b410d21d785b1a6b268f81436b0b64c89316de..c2e0f8f864ecd06fbc247d82f4397d8faa13029e 100755 (executable)
@@ -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")));
        }