Changes between Version 1 and Version 2 of Ticket #6814, comment 23
- Timestamp:
- 05/24/2019 08:58:23 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6814, comment 23
v1 v2 8 8 }}} 9 9 10 Update3: 11 this should be removed 12 13 {{{#!php 14 if ( $this->fullsizepath ) { 15 return $this->fullsizepath; 16 } 17 }}} 18 10 19 11 20 might need an else to delete the meta key (when errors) else you will keep looping over the very same IDs over and over again due to them beeing in error.