diff options
Diffstat (limited to 'apps/remoteStorage/templates/settings.php')
-rwxr-xr-x[-rw-r--r--] | apps/remoteStorage/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/remoteStorage/templates/settings.php b/apps/remoteStorage/templates/settings.php index b940282b2cc..147378dda39 100644..100755 --- a/apps/remoteStorage/templates/settings.php +++ b/apps/remoteStorage/templates/settings.php @@ -2,7 +2,7 @@ <?php echo '<img src="../apps/remoteStorage/remoteStorage.png" style="width:16px"> ' .'<strong>'.$l->t('remoteStorage').'</strong> user address: ' - .OC_User::getUser().'@'.$_SERVER['SERVER_NAME'] + .OCP\USER::getUser().'@'.$_SERVER['SERVER_NAME'] .' (<a href="http://unhosted.org/">more info</a>)'; ?> <p><em>Apps that currently have access to your ownCloud:</em></p> |