mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Update menu.php
Fixed a call to the translation function
This commit is contained in:
parent
127e565ea3
commit
38af0fe510
@ -352,7 +352,7 @@ if (check_acl ($config['id_user'], 0, "IR") == 1) {
|
|||||||
"operation/integria_incidents");
|
"operation/integria_incidents");
|
||||||
|
|
||||||
$sub2 = array ();
|
$sub2 = array ();
|
||||||
$sub2['operation/incidents/incident']["text"] = _("List of Incidents");
|
$sub2['operation/incidents/incident']["text"] = __("List of Incidents");
|
||||||
$sub2[$sec2sub]["text"] = __('Statistics');
|
$sub2[$sec2sub]["text"] = __('Statistics');
|
||||||
|
|
||||||
$sub[$sec2]["sub2"] = $sub2;
|
$sub[$sec2]["sub2"] = $sub2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user