mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-13 08:24:19 +08:00
change coding style
Signed-off-by: Holger Hees <holger.hees@desy.de>
This commit is contained in:
parent
845bbd2350
commit
f514ce36a9
1 changed files with 1 additions and 3 deletions
|
@ -214,9 +214,7 @@ class IconService {
|
|||
if ($baseHrefType != self::URL_TYPE_ABSOLUTE) {
|
||||
$this->icoUrl = $pageUrlInfo['scheme'] . '://' . $pageUrlInfo['host'] . $ico_href;
|
||||
$this->findMethod .= ' with page href';
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
$baseUrlInfo = parse_url($base_href);
|
||||
$this->icoUrl = $baseUrlInfo['scheme'] . '://' . $baseUrlInfo['host'] . $ico_href;
|
||||
$this->findMethod .= ' with base href';
|
||||
|
|
Loading…
Add table
Reference in a new issue