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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user