Skip to content
Snippets Groups Projects
Commit cfcd9677 authored by aspangaro's avatar aspangaro
Browse files

Fix: Missing language key

parent fbdbad0d
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ $langs->load("salaries");
$langs->load("loan");
$langs->load("donations");
$langs->load("trips");
$langs->load("members");
$id = (GETPOST('id','int') ? GETPOST('id','int') : GETPOST('account','int'));
$ref = GETPOST('ref','alpha');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment