Visual Console Refactor: minor fix

Former-commit-id: 4e9045dd4f00b78bc63eb3d24731c1758b317c9f
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-17 12:49:42 +02:00
parent fb53e94250
commit 1a705c169b
1 changed files with 2 additions and 2 deletions

View File

@ -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.