Changes between Initial Version and Version 1 of Ticket #30180, comment 61
- Timestamp:
- 09/18/2019 10:34:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30180, comment 61
initial v1 1 After applying the patch, on line 11 15of media.php there is a reference to an undefined variable of `$src` This was causing a bunch of test failures. I'll be uploading a new patch with a fix. The object should now be `$image_attr['src']`1 After applying the patch, on line 1170 of media.php there is a reference to an undefined variable of `$src` This was causing a bunch of test failures. I'll be uploading a new patch with a fix. The object should now be `$image_attr['src']` 2 2 3 3 I also noticed that the newly introduced tests are failing in the latest patch. I'll include a fix soon in my patch upload!