Skip to content

Commit 4097491

Browse files
author
Phil Sturgeon
committed
POST actually works now!
1 parent 754550f commit 4097491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/REST_Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public function post($key = NULL, $xss_clean = TRUE)
368368
return $this->_post_args;
369369
}
370370

371-
return $this->input->post($key = NULL, $xss_clean);
371+
return $this->input->post($key, $xss_clean);
372372
}
373373

374374
public function put($key = NULL, $xss_clean = TRUE)

0 commit comments

Comments
 (0)