Skip to content

Commit 2e2b3c7

Browse files
committed
fix(Dashboard): Fix deprecated dashboard widget ID character usage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 4900896 commit 2e2b3c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Dashboard/Frequent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(IL10N $l, \OCP\IURLGenerator $url) {
3838
* @inheritDoc
3939
*/
4040
public function getId(): string {
41-
return 'bookmarks.frequent';
41+
return 'bookmarks-frequent';
4242
}
4343

4444
/**

lib/Dashboard/Recent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(IL10N $l, \OCP\IURLGenerator $url) {
3838
* @inheritDoc
3939
*/
4040
public function getId(): string {
41-
return 'bookmarks.recent';
41+
return 'bookmarks-recent';
4242
}
4343

4444
/**

0 commit comments

Comments
 (0)