Changeset 31396
- Timestamp:
- 11/15/10 17:08:26 (3 years ago)
- Files:
-
- branches/1.4/lib/helper/UrlHelper.php (modified) (4 diffs)
- branches/1.4/lib/plugin/sfPearRestPlugin.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4/lib/helper/UrlHelper.php
r27753 r31396 18 18 */ 19 19 20 /** 21 * @ignore 22 */ 20 23 function link_to2($name, $routeName, $params, $options = array()) 21 24 { … … 25 28 } 26 29 30 /** 31 * @ignore 32 */ 27 33 function link_to1($name, $internal_uri, $options = array()) 28 34 { … … 77 83 } 78 84 85 /** 86 * @ignore 87 */ 79 88 function url_for2($routeName, $params = array(), $absolute = false) 80 89 { … … 84 93 } 85 94 95 /** 96 * @ignore 97 */ 86 98 function url_for1($internal_uri, $absolute = false) 87 99 { branches/1.4/lib/plugin/sfPearRestPlugin.class.php
r21908 r31396 64 64 65 65 $mirror = $this->config->get('preferred_mirror', null, $channelName); 66 66 67 if (!$channel->supportsREST($mirror)) 67 68 {