Bug #2251
Unused foreach loop in ia.admin.extra.php
Start date:
October 20, 2015
Due date:
% Done:
100%
Estimated time:
Description
In the file ia.admin.extra.php there is a code:
foreach ($blocks as $blockId) { // $iaDb->insert(array('object_type' => 'blocks', 'object' => $blockId, 'page_name' => $page['name']), null, 'objects_pages'); }
which does nothing.
Lines from 653 to 657.
Please change those lines or remove if unnecessary.
History
Updated by Vasily Bezruchkin over 5 years ago
- Status changed from New to Rejected
- Target version changed from 4.1.0 to 4.0.0
- % Done changed from 0 to 100
Duplicate issue in github. Will be fixed.