log
This commit is contained in:
@@ -91,9 +91,9 @@ class OrderUpdateGm extends Command
|
||||
}
|
||||
|
||||
// get the directory actual name and put in the log file
|
||||
$dir = basename(__DIR__);
|
||||
$title = '*** SITO DI PRODUZIONE *** ';
|
||||
|
||||
$log = $dir . ' Ordini aggiornati' . "\n";
|
||||
$log = $title . ' Ordini aggiornati' . "\n";
|
||||
|
||||
// check if there are orders to log
|
||||
if($orderupdated > 0) {
|
||||
|
||||
Reference in New Issue
Block a user