Skip to content

Commit

Permalink
error check
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 8, 2018
1 parent ea4405c commit b0f85aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ protected function getDateFields() {

foreach ($this->orderby as $order_item) {
$field_alias = $order_item['field'];
if (!isset($this->fields[$field_alias])) {
continue;
}
$field_data = $this->fields[$field_alias];
$table = $field_data['table'];

Expand Down

0 comments on commit b0f85aa

Please sign in to comment.