mirror of
https://github.com/friendica/friendica
synced 2025-04-26 00:30:12 +00:00
Convert potential spaces in Memcache(d) key names
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-1166475036 - Add test for space in cache keys
This commit is contained in:
parent
c9d829a679
commit
91f5a7cc6b
4 changed files with 32 additions and 1 deletions
|
@ -2017,7 +2017,7 @@ class OStatus
|
|||
* cache or it is empty
|
||||
*
|
||||
* @param string $owner_nick Nickname of the feed owner
|
||||
* @param string $last_update Date of the last update
|
||||
* @param string $last_update Date of the last update (in "Y-m-d H:i:s" format)
|
||||
* @param integer $max_items Number of maximum items to fetch
|
||||
* @param string $filter Feed items filter (activity, posts or comments)
|
||||
* @param boolean $nocache Wether to bypass caching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue