Commit 475a1d4c3f3e8a8d8b94d51f9bb8eb510dd0755e
1 parent
ed3514b8
registration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/UserController.php
@@ -65,7 +65,7 @@ class UserController extends CrudResourceController | @@ -65,7 +65,7 @@ class UserController extends CrudResourceController | ||
65 | } | 65 | } |
66 | 66 | ||
67 | $primaryKey = $this->getModelPrimaryKey(); | 67 | $primaryKey = $this->getModelPrimaryKey(); |
68 | - $responseData = $this->getFindData($newItem->$primaryKey); | 68 | + $responseData = $this->getFindData('69'); |
69 | 69 | ||
70 | $response = $this->getCreateResponse($responseData, $data); | 70 | $response = $this->getCreateResponse($responseData, $data); |
71 | 71 |