From e0decbee2a98e2469419c01de4fda733005b3055 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 30 May 2022 13:38:34 -0400 Subject: [PATCH] Deprecate old cycle view in favour of watch view with cycle turned on --- web/skins/classic/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 1852b2843..b475765e5 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -707,7 +707,7 @@ function getCycleHTML($view) { if ( canView('Stream') ) { $class = $view == 'cycle' ? ' selected' : ''; - $result .= ''.PHP_EOL; + $result .= ''.PHP_EOL; } return $result;