Skip to content

Commit

Permalink
Merge branch '4.0-dev' into 4.0-dev-com-contenthistory-null-date
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Oct 27, 2019
2 parents e494e80 + 43a3e0e commit 534aa3f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libraries/src/Table/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,6 @@ public function check()
$this->publish_down = $temp;
}

// Check the featured down date is not earlier than featured up.
if ($this->featured_up && $this->featured_down && $this->featured_down < $this->featured_up)
{
// Swap the dates.
$temp = $this->featured_up;
$this->featured_up = $this->featured_down;
$this->featured_down = $temp;
}

// Clean up keywords -- eliminate extra spaces between phrases
// and cr (\r) and lf (\n) characters from string
if (!empty($this->metakey))
Expand Down

0 comments on commit 534aa3f

Please sign in to comment.