Ignore:
Timestamp:
Feb 10, 2019 9:48:46 PM (5 years ago)
Author:
anonymous
Message:

Add $app->isCLI() to replace $app->cli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Utilities.inc.php

    r653 r665  
    4242    $app =& App::getInstance();
    4343
    44     if ($app->cli) {
     44    if ($app->isCLI()) {
    4545        echo "DUMP FROM: $file $line\n";
    4646    } else {
     
    7676    }
    7777
    78     if ($app->cli) {
     78    if ($app->isCLI()) {
    7979        echo "\n";
    8080    } else {
Note: See TracChangeset for help on using the changeset viewer.