Visual Console Refactor: minor fix
Former-commit-id: 4e9045dd4f00b78bc63eb3d24731c1758b317c9f
This commit is contained in:
parent
fb53e94250
commit
1a705c169b
|
@ -673,8 +673,8 @@ class Item extends Model
|
|||
global $config;
|
||||
include_once $config['homedir'].'/include/functions_io.php';
|
||||
|
||||
// Clean HTML entities.
|
||||
$row = \io_safe_output($row);
|
||||
// Clean up to two levels of HTML entities.
|
||||
$row = \io_safe_output(\io_safe_output($row));
|
||||
|
||||
/*
|
||||
* Retrieve extra data.
|
||||
|
|
Loading…
Reference in New Issue