Skip to content

Commit

Permalink
more log for Jag debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Phpvarious authored Oct 26, 2024
1 parent 876100e commit 973d18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/class/mobile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,8 @@ public function execute($_options = array())
$_options['message'] = $file['message'];
log::add('mobile', 'debug', '| file detected ' . json_encode($file));
}
log::add('mobile', 'DEBUG', '| [INFO] Title : ' . $_options['title']);
log::add('mobile', 'DEBUG', '| [INFO] Message : ' . $_options['message']);
if ($eqLogic->getConfiguration('type_mobile') == 'android') $_options['message'] = nl2br($_options['message']);
$answer = (isset($_options['answer']) && $_options['answer']) ? join(';', $_options['answer']) : null;
$askVariable = isset($_options['variable']) ? $_options['variable'] : null;
Expand Down

0 comments on commit 973d18e

Please sign in to comment.