1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 02:00:14 +02:00

More code cleanup

This commit is contained in:
Cameron
2016-12-02 13:51:32 -08:00
parent 4f4021a517
commit 0b78d551ee
2 changed files with 7 additions and 6 deletions

View File

@@ -216,7 +216,8 @@ class e_menuManager {
}
$file = urldecode($_GET['path']).".php";
$newurl = e_PLUGIN_ABS.$file."?id=".$_GET['id'].'&iframe=1';
$file = e107::getParser()->filter($file);
$newurl = e_PLUGIN_ABS.$file."?id=".intval($_GET['id']).'&iframe=1';
/*