From 104d288b5a759e3fed527463abc44ace989c3736 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 24 Jul 2023 06:45:47 +1000 Subject: [PATCH] typo --- Code/Module/Settings/Display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Module/Settings/Display.php b/Code/Module/Settings/Display.php index 1aaa950e5..680a95fbf 100644 --- a/Code/Module/Settings/Display.php +++ b/Code/Module/Settings/Display.php @@ -220,7 +220,7 @@ class Display '$theme_config' => $theme_config, '$expert' => Features::enabled(local_channel(), 'advanced_theming'), '$channel_divmore_height' => ['channel_divmore_height', t('Channel page max height of content (in pixels)'), get_pconfig(local_channel(), 'system', 'channel_divmore_height', 400), t('click to expand content exceeding this height, or 0 to display full height')], - '$stream_divmore_height' => ['stream_divmore_height', t('Stream page max height of content (in pixels)'), (get_pconfig(local_channel(), 'system', 'stream_divmore_height', 400), t('click to expand content exceeding this height, or 0 to display full height')], + '$stream_divmore_height' => ['stream_divmore_height', t('Stream page max height of content (in pixels)'), get_pconfig(local_channel(), 'system', 'stream_divmore_height', 400), t('click to expand content exceeding this height, or 0 to display full height')], '$indentpx' => ['indentpx', t('Indent threaded comments this many pixels from the parent'), intval(get_pconfig(local_channel(), 'system', 'thread_indent_px', get_config('system', 'thread_indent_px', 0))), t('0-20')], ]);