diff options
author | Julius Haertl <jus@bitgrid.net> | 2016-08-25 16:18:54 +0200 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-11-18 10:23:23 +0100 |
commit | 4945592a86ad3bfc71d87b60621830c3ca1c21ee (patch) | |
tree | c77d1d4ba50ea9df127e3c1bda58906a4f5f8adc /core/js | |
parent | 6c7ebb120485a95f500fc3c3a1c565872980b54f (diff) | |
download | nextcloud-server-4945592a86ad3bfc71d87b60621830c3ca1c21ee.tar.gz nextcloud-server-4945592a86ad3bfc71d87b60621830c3ca1c21ee.zip |
Fix IconController after rebase
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/mimetype.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/mimetype.js b/core/js/mimetype.js index b830e673151..3ce4ceccbb0 100644 --- a/core/js/mimetype.js +++ b/core/js/mimetype.js @@ -92,7 +92,7 @@ OC.MimeType = { } } if(OCA.Theming) { - path = OC.generateUrl('/apps/theming/image/core/filetypes/'); + path = OC.generateUrl('/apps/theming/img/core/filetypes/'); path += OC.MimeType._getFile(mimeType, OC.MimeTypeList.files); gotIcon = true; } |