Code

Fixed change account state option for netatalk.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Jul 2008 10:08:16 +0000 (10:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Jul 2008 10:08:16 +0000 (10:08 +0000)
-The plugin does not work with ACLs - I'll fix this later - it is a bit messy.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11620 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/netatalk/personal/netatalk/class_netatalk.inc

index 5a79b94ef2b8edbd7703cedc2523d1a82dec85a0..b9e60722e0523497c74de85454a43467c9324b92 100644 (file)
@@ -185,7 +185,7 @@ class netatalk extends plugin {
         } elseif (count($this->shares)== 0) {
           $display = $this->show_enable_header(msgPool::addFeaturesButton(_("netatalk")), msgPool::featuresDisabled(_("netatalk"), _("netatalk or NFS share")), TRUE);
         } else {
-          $display = $this->show_enable_header(msgPool::addFeaturesButton(_("netatalk")), msgPool::featuresDisabled(_("netatalk")), TRUE);
+          $display = $this->show_enable_header(msgPool::addFeaturesButton(_("netatalk")), msgPool::featuresDisabled(_("netatalk")));
         } 
         return ($display);
       }