We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffffbd4 commit 35d37faCopy full SHA for 35d37fa
core/api/mobile.api.php
@@ -351,7 +351,7 @@ function saveMenuFromAppV2($menu, $mobile)
351
$return[$idBox]['configs']['menu'] = mobile::getMenuDefaultTab();
352
$return[$idBox]['miscellanousParams']['hideMenuCustom'] = 0;
353
$return[$idBox]['miscellanousParams']['hideMenuGeoloc'] = 0;
354
- $return[$idBox]['miscellanousParams']['sendNFCDirectly'] = intval($mobile->getConfiguration('sendNFCDirectly', 1));
+ $return[$idBox]['miscellanousParams']['sendNFCDirectly'] = 1;
355
}
356
log::add('mobile', 'debug', '| [INFO] CustomENVOICONFIGSAPI GETJSON > ' . json_encode($return[$idBox]['configs']));
357
log::add('mobile', 'debug', '| [INFO] Retour vers App > ' . json_encode($return));
0 commit comments