summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d706bc)
raw | patch | inline | side by side (parent: 6d706bc)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Jun 2008 07:08:25 +0000 (07:08 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Jun 2008 07:08:25 +0000 (07:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11461 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiHook.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiHook.inc b/gosa-plugins/fai/admin/fai/class_faiHook.inc
index 6b8aceb183e3a960f369fbc7877b29958b7819a7..eb9d837fef25a8301bbd6cbf0c5f7967c9130974 100644 (file)
if(isset($this->SubObjects[base64_decode($_GET['getFAIHook'])])){
$obj = $this->SubObjects[base64_decode($_GET['getFAIHook'])];
$obj = $this->get_object_attributes($obj,$this->sub_Load_Later);
- send_binary_content(stripslashes($obj['FAIhook']),$obj['cn'].".FAIhook");
+ send_binary_content(stripslashes($obj['FAIscript']),$obj['cn'].".FAIhook");
}
}