mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
af_readability: add missing file
This commit is contained in:
@@ -572,7 +572,7 @@ class RPC extends Handler_Protected {
|
||||
|
||||
function log() {
|
||||
$msg = clean($_REQUEST['msg']);
|
||||
$file = basename(clean($_REQUEST['file']));
|
||||
$file = clean_filename($_REQUEST['file']);
|
||||
$line = (int) clean($_REQUEST['line']);
|
||||
$context = clean($_REQUEST['context']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user