Changeset 7803
- Timestamp:
- 03/11/08 10:26:07 (1 year ago)
- Files:
-
- branches/1.1/lib/helper/UrlHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/helper/UrlHelper.php
r7795 r7803 165 165 if ($condition) 166 166 { 167 unset($options['tag']); 167 if (isset($options['tag'])) 168 { 169 unset($options['tag']); 170 } 168 171 return link_to($name, $internal_uri, $options); 169 172 }

