Changeset 48278 for trunk/src/wp-includes/ID3/module.tag.lyrics3.php
- Timestamp:
- 07/02/2020 03:46:17 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ID3/module.tag.lyrics3.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.tag.lyrics3.php
r47601 r48278 15 15 ///////////////////////////////////////////////////////////////// 16 16 17 17 if (!defined('GETID3_INCLUDEPATH')) { // prevent path-exposing attacks that access modules directly on public webservers 18 exit; 19 } 18 20 class getid3_lyrics3 extends getid3_handler 19 21 { … … 108 110 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.apetag.php', __FILE__, true); 109 111 $getid3_temp = new getID3(); 110 $getid3_temp->openfile($this->getid3->filename );112 $getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp); 111 113 $getid3_apetag = new getid3_apetag($getid3_temp); 112 114 $getid3_apetag->overrideendoffset = $info['lyrics3']['tag_offset_start'];
Note: See TracChangeset
for help on using the changeset viewer.