Development

Changeset 10005

You must first sign up to be able to contribute.

Changeset 10005

Show
Ignore:
Timestamp:
06/30/08 04:46:31 (1 year 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); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.