mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fixed issue with module name
This commit is contained in:
parent
1ae6267acc
commit
f8efbc5fce
@ -962,7 +962,7 @@ switch ($sortField) {
|
||||
break;
|
||||
|
||||
case 'module_name':
|
||||
$fieldForSorting = 'nombre';
|
||||
$fieldForSorting = 'module_name';
|
||||
switch ($sort) {
|
||||
case 'up':
|
||||
$selectModuleNameUp = $selected;
|
||||
|
Loading…
x
Reference in New Issue
Block a user