Missing lang loading
This commit is contained in:
parent
d32f52cc50
commit
2788a352cf
@ -50,6 +50,8 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
|
|||||||
global $conf, $user, $langs, $db, $hookmanager;
|
global $conf, $user, $langs, $db, $hookmanager;
|
||||||
global $begin_h, $end_h, $begin_d, $end_d;
|
global $begin_h, $end_h, $begin_d, $end_d;
|
||||||
|
|
||||||
|
$langs->load("companies");
|
||||||
|
|
||||||
// Filters
|
// Filters
|
||||||
print '<form name="listactionsfilter" class="listactionsfilter" action="' . $_SERVER["PHP_SELF"] . '" method="POST">';
|
print '<form name="listactionsfilter" class="listactionsfilter" action="' . $_SERVER["PHP_SELF"] . '" method="POST">';
|
||||||
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
|
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user