From 11457a6499c0c39ca8bec47646fae21a9817d12c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:14:01 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17958 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/services/apache2/class_servApacheEditVhost.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheEditVhost.inc b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheEditVhost.inc index 96a906456..d763d4cb0 100644 --- a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheEditVhost.inc +++ b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheEditVhost.inc @@ -105,7 +105,7 @@ class servapacheVhostEdit extends plugin /* Fill templating stuff */ $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + $display= ""; $this->serverList->save_object(); -- 2.30.2