From: cajus Date: Thu, 27 Mar 2008 10:56:36 +0000 (+0000) Subject: Fixed NFS share editing X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b713e62ba4e44139585ec02bf21e6ce1f733b88;p=gosa.git Fixed NFS share editing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10023 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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")); }