diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2012-03-30 19:54:35 +0200 |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2012-03-30 19:54:35 +0200 |
commit | 8c9e624ba04739bdd723a86e5eed051287e0018d (patch) | |
tree | 38b12e6301907beac622f2789811b0befd4b537b /lib | |
parent | 1ac854d9222c00572de6b4feb9d67e55bfcbf55b (diff) | |
download | webadmin-8c9e624ba04739bdd723a86e5eed051287e0018d.tar.gz |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kolab_client_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kolab_client_task.php b/lib/kolab_client_task.php index 2acf4e6..0662a97 100644 --- a/lib/kolab_client_task.php +++ b/lib/kolab_client_task.php @@ -783,7 +783,7 @@ class kolab_client_task if (!empty($auto_attribs)) { $data = array_merge((array)$data, array( 'attributes' => $auto_attribs, - 'object_name' => $name, + 'object_type' => $name, )); $resp = $this->api->post('form_value.generate', null, $data); $data = array_merge((array)$data, (array)$resp->get()); |