diff --git a/framework/amp_conf/htdocs/admin/functions.inc.php b/framework/amp_conf/htdocs/admin/functions.inc.php index ae07f673..b3c4c83b 100644 --- a/framework/amp_conf/htdocs/admin/functions.inc.php +++ b/framework/amp_conf/htdocs/admin/functions.inc.php @@ -483,7 +483,8 @@ function drawListMenu($results, $type, $dispnum, $extdisplay, $add_extra_param=' $tooltipcontent = htmlspecialchars($result[1]); $tooltip = " data-title=\"{$tooltipcontent}\" "; - echo "{$label}\n"; + $extencoded = urlencode($result[0]); + echo "{$label}\n"; } } echo "\n"; diff --git a/framework/module.xml b/framework/module.xml index 55245850..62e62a35 100644 --- a/framework/module.xml +++ b/framework/module.xml @@ -3,13 +3,14 @@ framework standard IssabelPBX Framework - 2.12.0.0 + 2.12.0.1 Issabel Foundation GPLv3+ http://www.gnu.org/licenses/gpl-3.0.txt no no + *2.12.0.1* URI Encode parameters in right nav. Fixed problems with blacklist module. *2.12.0.0* Newer GUI, standarize module components *2.11.0.49* Spoken/ASR support *2.11.0.48* Multi Park, ODBC functions, Supports for Asterisk 16