From 4b713e62ba4e44139585ec02bf21e6ce1f733b88 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 27 Mar 2008 10:56:36 +0000 Subject: [PATCH] Fixed NFS share editing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10023 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/services/nfs/class_servNfs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc b/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc index c0535dd6c..395e856b9 100644 --- a/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc +++ b/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc @@ -138,7 +138,7 @@ class servnfs extends plugin } } - $display= $smarty->fetch(get_template_path('servnfs.tpl', TRUE)); + $display= $smarty->fetch(get_template_path('servnfs.tpl', TRUE, dirname(__FILE__))); return($display); } @@ -178,7 +178,7 @@ class servnfs extends plugin $message[]= msgPool::required(_("Path")); } - if(!test::is_path($this->path)){ + if(!tests::is_path($this->path)){ $message[]= msgPool::invalid(_("Path")); } -- 2.30.2