mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
remove another lwrite
This commit is contained in:
@@ -72,7 +72,7 @@ require_once "includes/require.php";
|
||||
else {
|
||||
$content = '';
|
||||
}
|
||||
$log->lwrite($_SESSION['domain']['menu']['uuid']);
|
||||
|
||||
//get the parent id
|
||||
$sql = "select * from v_menu_items ";
|
||||
$sql .= "where menu_uuid = '".$_SESSION['domain']['menu']['uuid']."' ";
|
||||
|
||||
Reference in New Issue
Block a user