mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 10:52:37 +01:00
Remove old lang files that are too small (moved into other lang files)
This commit is contained in:
@@ -47,10 +47,7 @@ if (!$user->admin) {
|
||||
accessforbidden();
|
||||
}
|
||||
|
||||
$langs->load("admin");
|
||||
$langs->load("other");
|
||||
$langs->load("receptions");
|
||||
$langs->load("deliveries");
|
||||
$langs->loadLangs(array("admin", "other", "receptions", "sendings"));
|
||||
|
||||
|
||||
$extrafields = new ExtraFields($db);
|
||||
|
||||
Reference in New Issue
Block a user