Skip to content

Commit

Permalink
* Fixed issue with unmerged Strings/Scripts in Header
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kobia committed Aug 20, 2010
1 parent 167eb05 commit db7a318
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions applications/dashboard/modules/class.headmodule.php
Expand Up @@ -266,6 +266,12 @@ public function ToString() {

$Head .= "\n";
}

// Loop through each string
foreach ($this->_Strings as $String) {
$Head .= $String;
}

return $Head;
}
}
Expand Down

0 comments on commit db7a318

Please sign in to comment.