Commit 9b9bc6cb7197dd383517df550fe1f4f97983ccea

Authored by Alex Savenko
1 parent 8a9e5e66

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);