Development

Changeset 10005

You must first sign up to be able to contribute.

Changeset 10005

Show
Ignore:
Timestamp:
06/30/08 04:46:31 (5 months ago)
Author:
dwhittle
Message:

lime: fixed potential notice during a test failure (closes #3854 - thanks carl)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/lime/trunk/lib/lime.php

    r8746 r10005  
    7575    { 
    7676      $traces = debug_backtrace(); 
    77       if ($_SERVER['PHP_SELF']) 
     77      if (!empty($_SERVER['PHP_SELF']))  
    7878      { 
    7979        $i = strstr($traces[0]['file'], $_SERVER['PHP_SELF']) ? 0 : (isset($traces[1]['file']) ? 1 : 0);