Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapfrognz committed Nov 8, 2015
1 parent e860730 commit 397ba43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/models/ElementalArea.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ public function Elements() {

$list = new HasManyList('BaseElement', $result->getForeignKey());
$list->setDataModel($this->model);
<<<<<<< HEAD
$list->sort('Sort ASC');

=======
$list = $list->filter('Enabled', 1);
$list = $list->sort('Sort ASC');

>>>>>>> cc1bacfcf799bd97344a8219f8850b3a15cce8f7
$list = $list->forForeignID($this->ID);

return $list;
Expand Down

0 comments on commit 397ba43

Please sign in to comment.