Skip to content

Commit

Permalink
fix after paginator update
Browse files Browse the repository at this point in the history
  • Loading branch information
sirprize committed May 30, 2012
1 parent a2113d2 commit 572e8fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public function indexAction(Request $request, $template)
);

$repository = $this->getServices()->get('scribble.repository');
$scribbles = $repository->getList(null, null, $params);
$scribbles = $repository->getList(null, $params);
$view = $this->getServices()->get('view');

$vars = array(
Expand Down

0 comments on commit 572e8fb

Please sign in to comment.