Code

Fixed winstation class
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jul 2010 12:54:10 +0000 (12:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jul 2010 12:54:10 +0000 (12:54 +0000)
-Fixed post handling

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

gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc

index 3b234198eca474e830a4b21eb2428984a6805436..49ce7b07353f31ed4b2dcd8044d0256a2e4de1ee 100644 (file)
@@ -123,7 +123,7 @@ class wingeneric extends plugin
 
     /* Assign attributes */
     foreach ($this->attributes as $attr){
-      $smarty->assign("$attr", $this->$attr);
+      $smarty->assign("$attr", set_post($this->$attr));
     }
     
     $smarty->assign("base", $this->baseSelector->render());