summaryrefslogtreecommitdiffstats
path: root/lib/Dashboard/SocialWidget.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dashboard/SocialWidget.php')
-rw-r--r--lib/Dashboard/SocialWidget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dashboard/SocialWidget.php b/lib/Dashboard/SocialWidget.php
index ad5395b9..1b6f1f2a 100644
--- a/lib/Dashboard/SocialWidget.php
+++ b/lib/Dashboard/SocialWidget.php
@@ -79,7 +79,7 @@ class SocialWidget implements IWidget {
* @inheritDoc
*/
public function load(): void {
- \OCP\Util::addScript(Application::APP_NAME, 'social-dashboard');
- \OCP\Util::addStyle(Application::APP_NAME, 'dashboard');
+ \OCP\Util::addScript(Application::APP_ID, 'social-dashboard');
+ \OCP\Util::addStyle(Application::APP_ID, 'dashboard');
}
}