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 25  
26 26 public function test_get($id)
27 27 {
28   - $test = $this->request->get('test');
29   - return $id.'//'.$test;
30 28 $item = $this->getFindData($id);
31 29 return 'breakpoint';
32 30 if (!$item) {
... ...