- Timestamp:
- 09/10/08 00:21:30 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/Diggin_CDDB/library/Diggin/CDDB/Application/CDex.php
r19073 r19075 172 172 * @todo merge Net_CDDB_Disc object | array 173 173 * 174 * @param string |SPLFileInfo174 * @param SPLFileInfo 175 175 * @param array 176 176 * @param array $disc … … 188 188 * 8 EXTD= 189 189 */ 190 public function getRewriteStr( $file, $rewrite_points, $disc)190 public function getRewriteStr(SplFileInfo $file, $rewrite_points, $disc) 191 191 { 192 192 //extract rewritepart string … … 210 210 211 211 //#filename line add 212 $file->openFile()->seek($rewrite_points['start'] ); 213 $rewriteStr = $file->openFile()->current().$rewriteStr.PHP_EOL; 212 $splFileObject = $file->openFile(); 213 $splFileObject->seek($rewrite_points['start'] ); 214 $rewriteStr = $splFileObject->current().$rewriteStr.PHP_EOL; 214 215 215 216 return $rewriteStr;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)