aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-09-12 15:03:51 +0200
committerMario Vavti <mario@mariovavti.com>2016-09-12 15:03:51 +0200
commit81624a601a54eb761d4457b0cf7395f0fff0830f (patch)
tree2c7ebcd80f1338732211b73a1137cf211f6a1f3d /Zotlabs
parent045cd48687d6a256b5342400e06aa75e61c2bf05 (diff)
downloadvolse-hubzilla-81624a601a54eb761d4457b0cf7395f0fff0830f.tar.gz
volse-hubzilla-81624a601a54eb761d4457b0cf7395f0fff0830f.tar.bz2
volse-hubzilla-81624a601a54eb761d4457b0cf7395f0fff0830f.zip
fix settings/account
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Settings/Account.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Settings/Account.php b/Zotlabs/Module/Settings/Account.php
index 50bbc7be4..cd5ed1fca 100644
--- a/Zotlabs/Module/Settings/Account.php
+++ b/Zotlabs/Module/Settings/Account.php
@@ -1,6 +1,6 @@
<?php
-namespace Zotlabs\Module\Account;
+namespace Zotlabs\Module\Settings;
class Account {
@@ -132,4 +132,4 @@ class Account {
return $o;
}
-} \ No newline at end of file
+}