]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
too much merlot on the airplane, dumb syntax mistake
authorEvan Prodromou <evan@prodromou.name>
Sun, 20 Jul 2008 20:28:32 +0000 (16:28 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 20 Jul 2008 20:28:32 +0000 (16:28 -0400)
darcs-hash:20080720202832-84dde-918fb1d27d1dd1f06e3bceeb5217c136e6d78ac5.gz

actions/profilesettings.php

index eeeb8592f32d2df9b910c3b8afb390b3286509a9..09b5b5abc3b427124c66412d5d91362e772d412b 100644 (file)
@@ -53,7 +53,7 @@ class ProfilesettingsAction extends SettingsAction {
                                         ($this->arg('location')) ? $this->arg('location') : $profile->location,
                                         _('Where you are, like "City, State (or Region), Country"'));
                common_checkbox('autosubscribe', _('Automatically subscribe to whoever subscribes to me (best for non-humans)'),
-                                               ($this->arg('autosubscribe') : $this->boolean('autosubscribe') : $user->autosubscribe);
+                                               ($this->arg('autosubscribe')) ? $this->boolean('autosubscribe') : $user->autosubscribe);
                common_submit('submit', _('Save'));
                common_element_end('form');
                common_show_footer();