Skip to content

Commit

Permalink
Revert "Bug: 14138 Paritally fix indent level when tag browser."
Browse files Browse the repository at this point in the history
This reverts commit 096dca5.
  • Loading branch information
mrubinsk committed Oct 19, 2015
1 parent 096dca5 commit 17888ff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nag/lib/TagBrowser.php
Expand Up @@ -68,14 +68,7 @@ public function getSlice($page = 0, $perpage = null)
{
// Refresh the search
$this->runSearch();
// @todo. The paging stuff isn't used anywhere yet (i.e., we don't page)
// and this was screwing up parent/child task relationships. Instead,
// we need to somehow pass the $page/$perpage stuff to the $tasks
// iterator so it knows when to stop.
// $tasks = $this->_tasks->getSlice($page, $perpage);
// $tasks->process();

return $this->_tasks;
return $this->_tasks->getSlice($page, $perpage);
}

/**
Expand Down

0 comments on commit 17888ff

Please sign in to comment.