Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Apr 9, 2016
1 parent f3927f1 commit e7f3845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controllers/Admin/NodeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class NodeController extends AdminController
{
public function index(){
public function index($request, $response, $args){
$nodes = Node::all();
return $this->view()->assign('nodes',$nodes)->display('admin/node/index.tpl');
}
Expand Down

0 comments on commit e7f3845

Please sign in to comment.