Skip to content

Commit

Permalink
Merge conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed May 9, 2013
2 parents 1e7ee07 + 5ff29a2 commit 15aa48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-sources/datasource.union.php
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ public function fetchByPage($page = 1, $entriesPerPage) {
$sql = preg_replace('/^SELECT `e`.id/', 'SELECT SQL_CALC_FOUND_ROWS `e`.id', $sql, 1);

// Add the ORDER BY clause
$sql = $sql . ' ' . $this->data['sort'][0];
$sql = $sql . sprintf(' %s', trim($this->data['sort'][0]));

// Apply Pagination
if($this->dsParamPAGINATERESULTS == 'yes') {
Expand Down

0 comments on commit 15aa48c

Please sign in to comment.