Changeset 1220:4358ca8a7184 for inc/core
- Timestamp:
- 07/18/13 13:52:55 (12 years ago)
- Branch:
- ticket1084
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.media.php
r1179 r1220 515 515 $f = $this->fileRecord($rs); 516 516 if ($f !== null) { 517 $res[] = $f;517 $res[] = new ArrayObject($f); 518 518 } 519 519 }
Note: See TracChangeset
for help on using the changeset viewer.