Development

Changeset 2738

You must first sign up to be able to contribute.

Changeset 2738

Show
Ignore:
Timestamp:
11/17/06 16:29:20 (7 years ago)
Author:
pminnieur
Message:

fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfYUIPlugin/lib/helper/YUIConnectionHelper.php

    r2736 r2738  
    2828  if (!$callbacks) 
    2929  { 
    30     $callbacks = array_merge(array( 
    31       'success', 'failure', 'argument', 'scope', 'upload' 
    32       ), range(100, 599)); 
     30    $callbacks = array('success', 'failure', 'argument', 'scope', 'upload'); 
    3331  } 
    3432 
     
    4644 *   - scope 
    4745 *   - upload 
    48  *    -argument 
     46 *   - argument 
    4947 *  
    5048 * Example usage: