mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix double slashes and double escape after recreating admin menu
This commit is contained in:
parent
7875c6911b
commit
d9397bf6fe
2 changed files with 4 additions and 4 deletions
|
|
@ -2027,8 +2027,8 @@ class menuAdminController extends menu
|
|||
else $group_check_code = "true";
|
||||
|
||||
// List variables
|
||||
$href = escape($node->href);
|
||||
$url = escape($node->url);
|
||||
$href = escape($node->href, false);
|
||||
$url = escape($node->url, false);
|
||||
$desc = escape($node->desc, false);
|
||||
if(preg_match('/^([0-9a-zA-Z\_\-]+)$/i', $node->url))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue