Commit 282043f6e078fed27ad33f225be32905c02d57ff

Authored by Alex Savenko
1 parent 6116680e

test

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/library/App/Controllers/ProjectController.php
@@ -25,8 +25,6 @@ class ProjectController extends CrudResourceController { @@ -25,8 +25,6 @@ class ProjectController extends CrudResourceController {
25 25
26 public function test_get($id) 26 public function test_get($id)
27 { 27 {
28 - $test = $this->request->get('test');  
29 - return $id.'//'.$test;  
30 $item = $this->getFindData($id); 28 $item = $this->getFindData($id);
31 return 'breakpoint'; 29 return 'breakpoint';
32 if (!$item) { 30 if (!$item) {