mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
Fix and adapt tests
This commit is contained in:
parent
ad284208ee
commit
a153c3f594
3 changed files with 43 additions and 44 deletions
|
@ -60,7 +60,7 @@ class ConfigTransaction implements ISetConfigValuesTransactionally
|
|||
/** {@inheritDoc} */
|
||||
public function delete(string $cat, string $key): ISetConfigValuesTransactionally
|
||||
{
|
||||
$this->delCache->delete($cat, $key);
|
||||
$this->delCache->set($cat, $key, true, Cache::SOURCE_DATA);
|
||||
$this->changedConfig = true;
|
||||
|
||||
return $this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue