aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-19 15:08:16 -0700
committerFriendika <info@friendika.com>2011-10-19 15:08:16 -0700
commit19129e06c39da10b7b026ab8c2176322102a95cf (patch)
treefaf88fe3cd8e7e3da727763dd3488545d93220e6 /mod/settings.php
parent1148cbab2253b5ae58089c39fb2ec682dc05e117 (diff)
downloadvolse-hubzilla-19129e06c39da10b7b026ab8c2176322102a95cf.tar.gz
volse-hubzilla-19129e06c39da10b7b026ab8c2176322102a95cf.tar.bz2
volse-hubzilla-19129e06c39da10b7b026ab8c2176322102a95cf.zip
diaspora_reshare no content found, d* profile message work in progress, network page fix for cid search using post order
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index b5997fbe7..84f66d263 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -293,8 +293,13 @@ function settings_post(&$a) {
$url = $_SESSION['my_url'];
if($url && strlen(get_config('system','directory_submit_url')))
proc_run('php',"include/directory.php","$url");
+
}
+// not yet ready for prime time
+// require_once('include/profile_update.php');
+// profile_change();
+
$_SESSION['theme'] = $theme;
if($email_changed && $a->config['register_policy'] == REGISTER_VERIFY) {