Changeset 13489 for trunk/include
- Timestamp:
- Mar 6, 2012, 9:43:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/derivative.inc.php
r13452 r13489 77 77 function get_url() 78 78 { 79 return embellish_url(get_root_url().$this->rel_path); 79 $url = get_root_url().$this->rel_path; 80 if ($this->flags & self::IS_ORIGINAL) 81 { 82 $url = trigger_event('get_src_image_url', $url, $this); 83 } 84 return embellish_url($url); 80 85 } 81 86
Note: See TracChangeset
for help on using the changeset viewer.