summaryrefslogtreecommitdiffstats
path: root/lib/Controller/NavigationController.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/NavigationController.php')
-rw-r--r--lib/Controller/NavigationController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Controller/NavigationController.php b/lib/Controller/NavigationController.php
index b613fb1e..8c27aa59 100644
--- a/lib/Controller/NavigationController.php
+++ b/lib/Controller/NavigationController.php
@@ -132,6 +132,7 @@ class NavigationController extends Controller {
*
* @return TemplateResponse
* @throws UrlCloudException
+ * @throws SocialAppConfigException
*/
public function navigate(string $path = ''): TemplateResponse {
$data = [
@@ -169,7 +170,7 @@ class NavigationController extends Controller {
try {
$this->configService->getSocialUrl();
} catch (SocialAppConfigException $e) {
- $this->configService->setSocialUrl('');
+ $this->configService->setSocialUrl();
}
if ($data['serverData']['isAdmin']) {