Skip to content

Commit

Permalink
CS-5910: Undoes optimization to reanebl in article pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
m038 committed Aug 14, 2015
1 parent 217f18c commit 4a3d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newscoop/template_engine/classes/CampContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ final public function __construct()
$this->m_readonlyProperties['lists'] = array();
$this->m_readonlyProperties['prev_list_empty'] = null;
$this->m_readonlyProperties['default_url'] = new MetaURL();
$this->m_readonlyProperties['url'] = clone $this->m_readonlyProperties['default_url'];
$this->m_readonlyProperties['url'] = new MetaURL();
if (!$this->m_readonlyProperties['default_url']->is_valid) {
if (!$this->m_readonlyProperties['url']->language->defined) {
$this->m_readonlyProperties['url']->language = $this->m_readonlyProperties['url']->publication->default_language;
Expand Down

0 comments on commit 4a3d268

Please sign in to comment.