From: hickert Date: Thu, 22 Mar 2007 12:27:11 +0000 (+0000) Subject: Updated comment html X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=170f6e296dc047f1574d2e13cfca717c3a2d8fdf;p=gosa.git Updated comment html git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5861 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/class_sieveElement_Comment.inc b/include/sieve/class_sieveElement_Comment.inc index c235616ca..7b2e599fe 100644 --- a/include/sieve/class_sieveElement_Comment.inc +++ b/include/sieve/class_sieveElement_Comment.inc @@ -72,7 +72,6 @@ class sieve_comment } /* Create html object */ - $smarty = get_smarty(); $smarty->assign("Comment",$Comment); $smarty->assign("ID",$this->object_id); $object = $smarty->fetch(get_template_path("templates/element_comment.tpl",TRUE,dirname(__FILE__)));