@@ -69,7 +69,10 @@ |
||
69 | 69 | <h2><?php p($l->t('Version'));?></h2> |
70 | 70 | <?php if ($theme->getTitle() === 'Nextcloud'): ?> |
71 | 71 | <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 4</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p> |
72 | - <?php else: ?> |
|
73 | - <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p> |
|
72 | + <?php else { |
|
73 | + : ?> |
|
74 | + <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); |
|
75 | +} |
|
76 | +?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p> |
|
74 | 77 | <?php endif; ?> |
75 | 78 | </div> |
@@ -652,8 +652,7 @@ |
||
652 | 652 | $currentValue = $accountProperty->getValue(); |
653 | 653 | $scope = ($accountProperty->getScope() ? $accountProperty->getScope() |
654 | 654 | : $defaultScopes[$property]); |
655 | - } |
|
656 | - catch (PropertyDoesNotExistException $e) { // thrown at getProperty |
|
655 | + } catch (PropertyDoesNotExistException $e) { // thrown at getProperty |
|
657 | 656 | $this->logger->error('property does not exist: '.$property |
658 | 657 | .' for uid='.$this->uid.'' |
659 | 658 | , ['app' => 'user_ldap', 'exception' => $e]); |