added old short_mode for individual view, to maintain compatability with old links

main
fuzzykitten 2025-06-05 13:42:19 -04:00
parent 81b15d641c
commit e3dbdc91e5
1 changed files with 2 additions and 2 deletions

View File

@ -690,7 +690,7 @@ function set_mode($short_mode, $settings)
'sh', 'i', 'p', 'r',
'v', 's', 'b', 'd',
'df', 'e', 'u', 'rss',
'ms', 'se'
'ms', 'se', 'iv'
);
$long_modes = array (
@ -702,7 +702,7 @@ function set_mode($short_mode, $settings)
'shadow', 'individual_view', 'post', 'reply',
'view', 'view', 'bot', 'dump',
'dump_full', 'edit', 'user', 'feed',
'make_sub', 'search'
'make_sub', 'search', 'individual_view'
);
if ( (in_array($short_mode, $triggers))