From 110b9220e6c89b72d4e772742202ba1ec4c50a4c Mon Sep 17 00:00:00 2001 From: scaventum Date: Thu, 7 May 2020 10:30:06 +1200 Subject: [PATCH] Update DMSDocument.php change assset path --- src/Model/DMSDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/DMSDocument.php b/src/Model/DMSDocument.php index 686d46d0..517da61d 100644 --- a/src/Model/DMSDocument.php +++ b/src/Model/DMSDocument.php @@ -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')