added old short_mode for individual view, to maintain compatability with old links
parent
81b15d641c
commit
e3dbdc91e5
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue