<?php
global $mod_strings, $app_strings;
if (ACLController::checkAccess('Leads', 'edit', true)) {
$module_menu[] = [
'index.php?module=Leads&action=EditView',
$mod_strings['LBL_CREATE_RFI_LEAD'],
"Create",
"Leads",
null,
'',
['process' => 'leads-create-rfi-lead']
];
}
is there anything wrong in code as when i do quick repair the modules’ ribbon disappeared