diff options
| author | Urban Müller | 2026-04-09 16:26:46 +0200 |
|---|---|---|
| committer | Urban Müller | 2026-04-09 16:26:46 +0200 |
| commit | aaa6a46ed558d0fce4ae0d349ea66e6b66143fdb (patch) | |
| tree | 1c4e240475a7dd9b75584602776ede0ec5ac4bce | |
| parent | 4a2e2265814ad3a4e40744a331a4fcbcf28cf0e7 (diff) | |
| download | itools-aaa6a46ed558d0fce4ae0d349ea66e6b66143fdb.tar.gz itools-aaa6a46ed558d0fce4ae0d349ea66e6b66143fdb.tar.bz2 itools-aaa6a46ed558d0fce4ae0d349ea66e6b66143fdb.zip | |
postpone, not urgent
| -rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index f28c3d3..5cfaf53 100644 --- a/it_url.class +++ b/it_url.class @@ -639,7 +639,7 @@ static function get_cache($p = array()) if ($p['assoc'] ? ($data['status'] < 500 || $data['data']) : $data) { $success = true; - # FIXME 2026-02 UM json_encode fails on iso-latin content. use separate file for metadata + # FIXME 2027-02 UM json_encode fails on iso-latin content. use separate file for metadata $isnewfile = it_url::_atomicwrite($path, $p['assoc'] ? ($data['status'] === 304 ? true : it::json_encode($data)) : $data); # $data === true means not modified (no new data fetched) and instructs _atomicwrite to just touch the file } else if ($p['keepfailed']) |