Skip to content

Commit

Permalink
"Help and download clients" url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadir committed Jan 11, 2016
1 parent d00f918 commit 5c6eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function getShortFooter() {
$footer = $this->theme->getShortFooter();
} else {
$footer = '<a href="'. $this->getBaseUrl() . '" target="_blank">' .$this->getEntity() . '</a>'.
'' . $this->getSlogan();
'<a href="' . $this->getSloganUrl() . '" target="_blank">' . $this->getSlogan() . '</a>';
}

return $footer;
Expand Down

0 comments on commit 5c6eeaf

Please sign in to comment.