summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-27 00:59:58 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-27 00:59:58 +0200
commit8cf9336bcbe527c3d3eb7b348f3a0feff799c1da (patch)
tree139922b8343a667017b4a0c54b7919b2bc944773 /settings/personal.php
parent1e4ebf47e26579d6bd0334b4853ee0c960c1b2a6 (diff)
downloadnextcloud-server-8cf9336bcbe527c3d3eb7b348f3a0feff799c1da.tar.gz
nextcloud-server-8cf9336bcbe527c3d3eb7b348f3a0feff799c1da.zip
storage information is path specific
Diffstat (limited to 'settings/personal.php')
-rw-r--r--settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php
index e69898f6f8f..112eaa3c748 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', '');