summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05f973f)
raw | patch | inline | side by side (parent: 05f973f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jul 2010 11:25:43 +0000 (11:25 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jul 2010 11:25:43 +0000 (11:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18965 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiScriptEntry.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiScriptEntry.inc b/gosa-plugins/fai/admin/fai/class_faiScriptEntry.inc
index 2371f6b30b58f7286a2d632ef36e47756842129d..c61d0c2b4870ab76d03d3b2c7507240cc6f1a032 100644 (file)
foreach($this->attributes as $attrs){
if($this->acl_is_writeable($attrs)){
if(isset($_POST[$attrs])){
- $this->$attrs = get_binary_post($attrs);
+ $this->$attrs = get_post($attrs);
}else{
$this->$attrs = "";
}