Changeset 1511 for branches/3.0

Show
Ignore:
Timestamp:
11/25/2006 06:20:10 PM (2 years ago)
Author:
xue
Message:

Fixed #467.

Location:
branches/3.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/HISTORY

    r1510 r1511  
    22============================== 
    33BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang) 
     4BUG: Ticket#467 - typo in TUrlMapping.php (Qiang) 
    45BUG: TTableCell should render   only when Text is not set and there's no child (Qiang) 
    56ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (Qiang) 
  • branches/3.0/framework/Web/TUrlMapping.php

    r1447 r1511  
    335335        public function setRegularExpression($value) 
    336336        { 
    337                 $this->_regexp; 
     337                $this->_regexp=$value; 
    338338        } 
    339339