Development

Changeset 13325

You must first sign up to be able to contribute.

Changeset 13325

Show
Ignore:
Timestamp:
11/25/08 09:18:09 (7 months ago)
Author:
FabianLange
Message:

[1.2] fixed wilcard typo. needs rebuilding routes and admin. fixes #5065

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/lib/routing/sfObjectRouteCollection.class.php

    r12767 r13325  
    4444      'segment_names'       => array('edit' => 'edit', 'new' => 'new'), 
    4545      'model_methods'       => array(), 
    46       'with_wilcard_routes' => false, 
     46      'with_wildcard_routes' => false, 
    4747    ), $this->options); 
    4848 
     
    9191    } 
    9292 
    93     if ($this->options['with_wilcard_routes']) 
     93    if ($this->options['with_wildcard_routes']) 
    9494    { 
    9595      // wildcard object actions 
  • branches/1.2/test/unit/yaml/fixtures/sfTests.yml

    r10575 r13325  
    101101php: | 
    102102  array(1 => 'foo', 0 => 'bar') 
     103--- 
     104test: PHP evaluation 
     105brief: > 
     106  A sequence with an unordered array 
     107yaml: | 
     108  1: <?php echo 'foo' ?>  
     109  0: bar 
     110php: | 
     111  array(1 => 'foo', 0 => 'bar') 

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.