diff options
Diffstat (limited to 'apps/gallery/templates/index.php')
-rwxr-xr-x | apps/gallery/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index b550d262a0a..c9a6fb15627 100755 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -24,7 +24,7 @@ $l = OC_L10N::get('gallery'); </div> </div> <div id="g-album-loading" class="crumb" style="display:none"> - <img src="<?php echo OC_Helper::linkto('gallery', 'img/loading.gif'); ?>"> + <img src="<?php echo OCP\Util::linkTo('gallery', 'img/loading.gif'); ?>"> </div> </div> <div id="gallery_list"> |