Skip to content

Commit

Permalink
Merge pull request owncloud#30 from owncloud/fix-first-run-wizard
Browse files Browse the repository at this point in the history
Change image path to avoid error 500
  • Loading branch information
jancborchardt committed Sep 14, 2015
2 parents 73890e1 + 7041022 commit 3bdf3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</a>
<a target="_blank" class="button" href="<?php p(link_to_docs('user-webdav')); ?>">
<img class="appsmall svg" alt=""
src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/folder.svg')); ?>" />
src="<?php print_unescaped(OCP\Util::imagePath('files', 'folder.svg')); ?>" />
<?php p($l->t('Access files via WebDAV'));?>
</a>
<?php else: ?>
Expand Down

0 comments on commit 3bdf3b5

Please sign in to comment.