X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Foldschoolsettings.php;h=25ec13e4816426b3f95fb91c6a1634a1b4591308;hb=1ae5ea8f4cf40113a14a183b754101177f99ba32;hp=8c4ff9be2784c823b1b9befbae4963ef4eccb168;hpb=2a4dc77a633cc78907934fd93200ac16d55be78e;p=quix0rs-gnu-social.git diff --git a/actions/oldschoolsettings.php b/actions/oldschoolsettings.php index 8c4ff9be27..25ec13e481 100644 --- a/actions/oldschoolsettings.php +++ b/actions/oldschoolsettings.php @@ -110,7 +110,6 @@ class OldschoolsettingsAction extends SettingsAction } $osp->stream_mode_only = $this->boolean('stream_mode_only'); - $osp->conversation_tree = $this->boolean('conversation_tree'); $osp->stream_nicknames = $this->boolean('stream_nicknames'); $osp->modified = common_sql_now(); @@ -162,10 +161,6 @@ class OldSchoolForm extends Form $this->user->streamModeOnly()); $this->elementEnd('li'); $this->elementStart('li'); - $this->checkbox('conversation_tree', _('Show conversation page as hierarchical trees'), - $this->user->conversationTree()); - $this->elementEnd('li'); - $this->elementStart('li'); $this->checkbox('stream_nicknames', _('Show nicknames (not full names) in timelines'), $this->user->streamNicknames()); $this->elementEnd('li');