Fix to the pagination of the orgs

pull/865/head
Iglocska 2016-01-19 18:34:11 +01:00
parent b92c1c8db4
commit 9935d93913
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<ul>
<?php
$this->Paginator->options(array(
'url' => $baseurl . '/organisations/index/' . $scope,
'url' => '/organisations/index/' . $scope,
'update' => '.span12',
'evalScripts' => true,
'before' => '$(".progress").show()',