Additional error checking for scratchpads

This commit is contained in:
2026-01-09 09:37:21 +01:00
parent 15cfa01114
commit 6328523624
5 changed files with 39 additions and 5 deletions

View File

@@ -40,3 +40,4 @@ $lang['scratchpad_cancel'] = 'Cancel';
$lang['scratchpad_err_nopath'] = 'Scratchpad path missing';
$lang['scratchpad_err_badpath'] = 'Invalid scratchpad path';
$lang['scratchpad_err_unknown'] = 'Unknown scratchpad pad name';
$lang['scratchpad_err_unreadable'] = 'Scratchpad file is not readable';