Development

Changeset 8172

You must first sign up to be able to contribute.

Changeset 8172

Show
Ignore:
Timestamp:
03/31/08 14:42:46 (6 months ago)
Author:
nicolas
Message:

Fixed responseAsArray() when sfWebResponse is empty (refs #3211)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/debug/sfDebug.class.php

    r8096 r8172  
    126126   * @return array The response parameters 
    127127   */ 
    128   public static function responseAsArray(sfResponse $response
     128  public static function responseAsArray(sfResponse $response = null
    129129  { 
    130130    if (!$response)