Skip to content

Commit 7223966

Browse files
committed
fix creaMobile
1 parent 95a49ed commit 7223966

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/api/mobile.api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
if (mobile::whoIsIq($params['Iq']) == 'mobile non detecte') {
3636
//createMobile($params, 3);
3737
log::add('mobile', 'debug', '| [WARNING] mobile non detecté !');
38+
createMobile($params, 3);
3839
} else {
3940
log::add('mobile', 'debug', '| Mobile demandeur > ' . mobile::whoIsIq($params['Iq']));
4041
}

0 commit comments

Comments
 (0)