Skip to content

Commit

Permalink
FIX: langs overwrite (#29630)
Browse files Browse the repository at this point in the history
* FIX: langs overwrite

* ChangeLog typo

---------

Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>
  • Loading branch information
BenjaminFlr and Benjamin Falière authored May 7, 2024
1 parent 3b4212a commit ca744d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FIX: #24265 regression cannot see all product on takepos (#28753)
FIX: #26015
FIX: #28205
FIX: #28251 Fixing subpermission name on api_multicurrencies.class.php (#28252)
FIX: #28347 FIX: occured#28962 FIX: #29224 FIX: #29035 (#29303)
FIX: #28347 FIX: occurred#28962 FIX: #29224 FIX: #29035 (#29303)
FIX: #28369
FIX: #28429
FIX: #28491 (#28522)
Expand Down
1 change: 0 additions & 1 deletion htdocs/core/class/commonnumrefgenerator.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function isEnabled()
*/
public function info($langs)
{
global $langs;
return $langs->trans("NoDescription");
}

Expand Down

0 comments on commit ca744d9

Please sign in to comment.