Ignore:
Timestamp:
Aug 27, 2015 4:32:41 AM (9 years ago)
Author:
anonymous
Message:

Required object to test for cli

File:
1 edited

Legend:

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

    r547 r548  
    3737function dump($var, $display=false, $var_dump=false, $file='', $line='')
    3838{
     39    $app =& App::getInstance();
     40
    3941    if ($app->cli) {
    4042        echo "DUMP FROM: $file $line\n";
Note: See TracChangeset for help on using the changeset viewer.