|
@@ -137,7 +137,7 @@ discard block |
|
|
block discarded – undo |
|
137
|
137
|
]); |
|
138
|
138
|
|
|
139
|
139
|
if ($this->isAdmin()) { |
|
140
|
|
- $notification->setLink($this->url->linkToRouteAbsolute('settings.AdminSettings.index', ['section' => 'overview']) . '#version'); |
|
|
140
|
+ $notification->setLink($this->url->linkToRouteAbsolute('settings.AdminSettings.index', ['section' => 'overview']).'#version'); |
|
141
|
141
|
} |
|
142
|
142
|
} else { |
|
143
|
143
|
$appInfo = $this->getAppInfo($notification->getObjectType(), $languageCode); |
|
@@ -156,7 +156,7 @@ discard block |
|
|
block discarded – undo |
|
156
|
156
|
]); |
|
157
|
157
|
|
|
158
|
158
|
if ($this->isAdmin()) { |
|
159
|
|
- $notification->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps', ['category' => 'updates']) . '#app-' . $notification->getObjectType()); |
|
|
159
|
+ $notification->setLink($this->url->linkToRouteAbsolute('settings.AppSettings.viewApps', ['category' => 'updates']).'#app-'.$notification->getObjectType()); |
|
160
|
160
|
} |
|
161
|
161
|
} |
|
162
|
162
|
|
Please login to merge, or discard this patch.