File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2342,7 +2342,6 @@ function loadIllegalGuestPermissions()
23422342 'poll_edit ' ,
23432343 'poll_lock ' ,
23442344 'poll_remove ' ,
2345- 'post_autosave_draft ' ,
23462345 'post_draft ' ,
23472346 'profile_blurb ' ,
23482347 'profile_displayed_name ' ,
Original file line number Diff line number Diff line change @@ -1183,7 +1183,7 @@ function($m)
11831183
11841184 // Are post drafts enabled?
11851185 $ context ['drafts_save ' ] = !empty ($ modSettings ['drafts_post_enabled ' ]) && allowedTo ('post_draft ' );
1186- $ context ['drafts_autosave ' ] = !empty ($ context ['drafts_save ' ]) && !empty ($ modSettings ['drafts_autosave_enabled ' ]) && allowedTo ( ' post_autosave_draft ' ) && !empty ($ options ['drafts_autosave_enabled ' ]);
1186+ $ context ['drafts_autosave ' ] = !empty ($ context ['drafts_save ' ]) && !empty ($ modSettings ['drafts_autosave_enabled ' ]) && !empty ($ options ['drafts_autosave_enabled ' ]);
11871187
11881188 // Build a list of drafts that they can load in to the editor
11891189 if (!empty ($ context ['drafts_save ' ]))
Original file line number Diff line number Diff line change 5757$ txt ['board_perms_name_post_unapproved_replies_any ' ] = 'Post unapproved replies in any topic ' ;
5858$ txt ['board_perms_name_post_unapproved_replies_own ' ] = 'Post unapproved replies in own topic ' ;
5959$ txt ['board_perms_name_post_draft ' ] = 'Save drafts of posts ' ;
60- $ txt ['board_perms_name_post_autosave_draft ' ] = 'Automatically save drafts of posts ' ;
6160$ txt ['board_perms_name_remove_any ' ] = 'Remove any topic ' ;
6261$ txt ['board_perms_name_remove_own ' ] = 'Remove own topics ' ;
6362$ txt ['board_perms_name_report_any ' ] = 'Report any post ' ;
You can’t perform that action at this time.
0 commit comments