Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Inject object id before extracting tags to avoid benchmark id conflicts.
  • Loading branch information
Christian Achatz committed Jun 28, 2014
1 parent b415f86 commit 5f64fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pagecontroller/Page.php
Expand Up @@ -91,8 +91,8 @@ public function loadDesign($namespace, $design) {
$this->document->setLanguage($this->getLanguage());

// load the design
$this->document->loadDesign($namespace, $design);
$this->document->setObjectId(XmlParser::generateUniqID());
$this->document->loadDesign($namespace, $design);

// ensure native APF environment
$this->document->onParseTime();
Expand Down

0 comments on commit 5f64fd1

Please sign in to comment.