]> git.mxchange.org Git - friendica.git/commitdiff
bugfix
authorPhilipp Holzer <admin@philipp.info>
Mon, 18 Feb 2019 13:45:24 +0000 (14:45 +0100)
committerPhilipp Holzer <admin@philipp.info>
Mon, 18 Feb 2019 13:45:24 +0000 (14:45 +0100)
src/Core/Config/Adapter/PreloadPConfigAdapter.php

index bc49d623f33301a3963e3a6abf48e6baf92b8fb5..12e25df9f903d069b081e036cf4cba0b11a07c18 100644 (file)
@@ -97,7 +97,7 @@ class PreloadPConfigAdapter extends AbstractDbaConfigAdapter implements IPConfig
                        return false;
                }
 
-               if ($this->isLoaded($uid, $cat, $key)) {
+               if (!$this->isLoaded($uid, $cat, $key)) {
                        $this->load($uid, $cat);
                }
                // We store our setting values as strings.