Skip to content

Commit

Permalink
fix nbIcones
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiro-kost committed Oct 2, 2023
1 parent bf8581b commit 2df9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/mobile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ public static function handleMenuDefaultBySelect($eqId, $eqDefault){
$mobile->setConfiguration( 'renameIcon'.$i, $renamesIcons[$j]);
$mobile->setConfiguration('spanIcon'.$i, $spanIcons[$j]);
$mobile->setConfiguration('urlUser'.$i, $urlUsers[$j]);
$mobile->setConfiguration('nbIcones', intval($nbIcones));
$mobile->setConfiguration('nbIcones', 3);
$mobile->save();
$j++;
}
Expand Down

0 comments on commit 2df9272

Please sign in to comment.