From c2a170da108a6645846aa2e60238974b49363b21 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 12 Jun 2008 14:40:28 -0400 Subject: broadcast profile and change subscription input id darcs-hash:20080612184028-84dde-1f919ab373e5731efd403986ae760116769566d9.gz --- actions/profilesettings.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/profilesettings.php') diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 22a7fbac1..58160a406 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -133,6 +133,8 @@ class ProfilesettingsAction extends SettingsAction { return; } + common_broadcast_profile($profile); + $this->show_form(_t('Settings saved.'), TRUE); } -- cgit v1.2.3-54-g00ecf