diff --git a/newscoop/template_engine/classes/CampContext.php b/newscoop/template_engine/classes/CampContext.php index 0e3f9a5df9..41365f4d7a 100755 --- a/newscoop/template_engine/classes/CampContext.php +++ b/newscoop/template_engine/classes/CampContext.php @@ -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;