summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-27 00:59:58 +0200
committerMorris Jobke <morris.jobke@gmail.com>2013-08-27 10:54:13 +0200
commitb2d676dda54ab58ac59a794d8b832df50f0b0d43 (patch)
tree6d7821fc8f3c00905f6e6d1feee89fd1b7f0d36f /settings
parent17dfdcc6456fa2facd1f99af0d7228d88d03396a (diff)
downloadnextcloud-server-b2d676dda54ab58ac59a794d8b832df50f0b0d43.tar.gz
nextcloud-server-b2d676dda54ab58ac59a794d8b832df50f0b0d43.zip
storage information is path specific
Diffstat (limited to 'settings')
-rw-r--r--settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php
index 96de05f7eef..003203ec4a5 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -17,7 +17,7 @@ OC_Util::addScript( '3rdparty', 'chosen/chosen.jquery.min' );
OC_Util::addStyle( '3rdparty', 'chosen' );
OC_App::setActiveNavigationEntry( 'personal' );
-$storageInfo=OC_Helper::getStorageInfo();
+$storageInfo=OC_Helper::getStorageInfo('/');
$email=OC_Preferences::getValue(OC_User::getUser(), 'settings', 'email', '');