Skip to content

Commit

Permalink
Fix for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed Mar 24, 2015
1 parent 919f82a commit ce0bf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/gui.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ public function rebuildLogos() {

if ($skins) {
foreach ($skins as $skin) {
$xml = $this->getSkinConfig($data_file);
$xml = $this->getSkinConfig($skin);
if (isset($xml->styles)) {
## List substyles
foreach ($xml->styles->style as $style) {
Expand Down

0 comments on commit ce0bf9c

Please sign in to comment.