Commit 8a9e5e66e695de8dc9b846514354d0ede25a33ea
1 parent
282043f6
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/ProjectController.php
@@ -25,7 +25,7 @@ class ProjectController extends CrudResourceController { | @@ -25,7 +25,7 @@ class ProjectController extends CrudResourceController { | ||
25 | 25 | ||
26 | public function test_get($id) | 26 | public function test_get($id) |
27 | { | 27 | { |
28 | - $item = $this->getFindData($id); | 28 | + //$item = $this->getFindData($id); |
29 | return 'breakpoint'; | 29 | return 'breakpoint'; |
30 | if (!$item) { | 30 | if (!$item) { |
31 | return $this->onItemNotFound($id); | 31 | return $this->onItemNotFound($id); |