/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to admin/cacheinfo.php

  • Committer: Suren A. Chilingaryan
  • Date: 2020-02-25 12:41:14 UTC
  • Revision ID: csa@suren.me-20200225124114-xmyyfp6a5s9gn7yy
Pass PREFER_EXACTINFO to GetExtendedCacheInfo and subcalls

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
if (isset($_GET['caching_problems']))
95
95
    $flags |= CACHEDB::SKIP_OK|CACHEDB::SKIP_MISSING|REQUEST::NEED_ITEMINFO;
96
96
else
97
 
    $flags |= CACHE::FIND_BROKEN|REQUEST::LIST_WILDCARDED;
 
97
    $flags |= CACHE::FIND_BROKEN|REQUEST::LIST_WILDCARDED|REQUEST::PREFER_EXACTINFO;
98
98
 
99
99
if (isset($_GET['item_info']))
100
100
    $flags |= REQUEST::NEED_ITEMINFO;