summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21b83c9)
raw | patch | inline | side by side (parent: 21b83c9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Jul 2006 07:11:55 +0000 (07:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Jul 2006 07:11:55 +0000 (07:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4224 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_plugin.inc | patch | blob | history |
index f4a3fdb5f4f9d6305b0c7865016b89fa3661408a..97130eaf36da69dd6d5531a106f042e6c1903e33 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
{
/* Save values to object */
foreach ($this->attributes as $val){
- if ($this->acl_is_writable($val) && isset ($_POST["$val"])){
+ if ($this->acl_is_writeable($val) && isset ($_POST["$val"])){
/* Check for modifications */
if (get_magic_quotes_gpc()) {
$data= stripcslashes($_POST["$val"]);