Skip to content

Commit

Permalink
forgot to add excludeFlags argument
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Apr 9, 2012
1 parent 1355007 commit 873e602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/sites/main/regionlist.php
Expand Up @@ -16,7 +16,7 @@
$sortByLocX = $_GET['order'] === 'x' ? true : null;
$sortByLocY = $_GET['order'] === 'y' ? true : null;
$start = (($_GET['AStart'] - 1) * $_GET['ALimit']);
$regions = Configs::d()->GetRegions(null, $start, $_GET['ALimit'], $sortByRegion, $sortByLocX, $sortByLocY);
$regions = Configs::d()->GetRegions(null, 0, $start, $_GET['ALimit'], $sortByRegion, $sortByLocX, $sortByLocY);

$GoPage= "index.php?page=regionlist";

Expand Down

0 comments on commit 873e602

Please sign in to comment.