From: hickert Date: Thu, 29 Apr 2010 12:14:14 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=253b2b9c876458afea03d3bf9b7a687fa5427525;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17962 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc index 9e16f3620..e3bc97628 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc @@ -130,7 +130,7 @@ class blocklistGeneric extends plugin ***************/ $smarty = get_smarty(); - $smarty->assign("usePrototype", "true"); + foreach($this->attributes as $name){ $smarty->assign($name,$this->$name); }