Skip to content

Commit

Permalink
Update DMSDocument.php
Browse files Browse the repository at this point in the history
change assset path
  • Loading branch information
scaventum authored May 6, 2020
1 parent cf9f15f commit 110b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/DMSDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public function onBeforeWrite()
*/
public function Icon($ext)
{
return "/resources/vendor/sunnysideup/dms/client/images/app_icons/{$ext}_32.png";
return "/resources/vendor/heyday/silverstripe-dms/client/images/app_icons/{$ext}_32.png";
}

public function Link($versionID = 'latest')
Expand Down

0 comments on commit 110b922

Please sign in to comment.