2
0
forked from Wavyzz/dolibarr

Qual: Spelling htdocs/p[b-z]* (#27436)

# Qual: Fix spelling htdocs/p[b-z]*

Highlight:

Probably fixes a bug:
htdocs/product/stock/replenish.php: empty(->variants->eabled) corrected to ...enabled.
'eabled' could not be found elsewhere in the codebase.
This commit is contained in:
MDW
2024-01-12 17:55:52 +01:00
committed by GitHub
parent 3160cab8b3
commit 0395718521
94 changed files with 276 additions and 276 deletions

View File

@@ -128,7 +128,7 @@ $original_file = $dolibarr_main_data_root.($conf->entity > 1 ? '/'.$conf->entity
$refname = basename(dirname($original_file)."/");
// Security:
// Limite acces si droits non corrects
// Limit access if permissions are insufficient
if (!$accessallowed) {
accessforbidden();
}