From 2037348b90dc1983dd8c8ed4d89da5d6c4e15abf Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 18 Sep 2009 00:32:23 -0400 Subject: [PATCH] Fix variable name --- kronolith/lib/Forms/CreateResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Forms/CreateResource.php b/kronolith/lib/Forms/CreateResource.php index 551e0929c..37c4d48a2 100644 --- a/kronolith/lib/Forms/CreateResource.php +++ b/kronolith/lib/Forms/CreateResource.php @@ -45,7 +45,7 @@ class Kronolith_CreateResourceForm extends Horde_Form { $new = array('name' => $this->_vars->get('name'), 'category' => $this->_vars->get('category'), 'description' => $this->_vars->get('description'), - 'response_type' => $this->_vars->get('response_type')); + 'response_type' => $this->_vars->get('responsetype')); $resource = new Kronolith_Resource_Single($new); return $results = Kronolith_Resource::addResource($resource); -- 2.11.0