diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-12 17:21:09 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-12 22:30:13 +0200 |
commit | cb719960089b199281315b91a30023686df489ec (patch) | |
tree | e13bd77d4552ad7e29140550f39922c6433bb05b /apps/user_migrate | |
parent | 329bc28d065381e060be32b63960ea35600ca41e (diff) | |
download | nextcloud-server-cb719960089b199281315b91a30023686df489ec.tar.gz nextcloud-server-cb719960089b199281315b91a30023686df489ec.zip |
Change image links to use imagePath function
Diffstat (limited to 'apps/user_migrate')
-rw-r--r-- | apps/user_migrate/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_migrate/templates/settings.php b/apps/user_migrate/templates/settings.php index bce5fb2d7ca..d6f3e2f8f6b 100644 --- a/apps/user_migrate/templates/settings.php +++ b/apps/user_migrate/templates/settings.php @@ -2,7 +2,7 @@ <legend><strong><?php echo $l->t('Export your user account');?></strong></legend> <p><?php echo $l->t('This will create a compressed file that contains your ownCloud account.');?> </p> - <button id="exportbtn">Export<img style="display: none;" class="loading" src="<?php echo OCP\Util::linkTo('core', 'img/loading.gif'); ?>" /></button> + <button id="exportbtn">Export<img style="display: none;" class="loading" src="<?php echo OCP\Util::imagePath('core', 'loading.gif'); ?>" /></button> </fieldset> <form id="import" action="#" method="post" enctype="multipart/form-data"> <fieldset class="personalblock"> |