Skip to content

Commit

Permalink
error in template path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miloslavkostir committed Jun 1, 2015
1 parent b19e065 commit 0dfe26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NiftyGrid/GridPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct()
public function render()
{
$this->template->paginator = $this->paginator;
$this->template->setFile(__DIR__ . '/../../templates/paginator.latte');
$this->template->setFile(__DIR__ . '/templates/paginator.latte');
$this->template->render();
}

Expand Down

0 comments on commit 0dfe26c

Please sign in to comment.