]> git.mxchange.org Git - friendica.git/commitdiff
omg .. wrong assertion ..
authorPhilipp <admin@philipp.info>
Sat, 7 Jan 2023 14:49:55 +0000 (15:49 +0100)
committerPhilipp <admin@philipp.info>
Sat, 7 Jan 2023 14:49:55 +0000 (15:49 +0100)
src/Core/Config/Util/ConfigFileManager.php

index 9e07d27aeced29ef13e66cfc02e822ad40315f5e..f3627cf477881c2b3bcd70d4b79fa5541afeab12 100644 (file)
@@ -260,7 +260,7 @@ class ConfigFileManager
                 * (as is the case with 'x'). The file pointer is positioned on the beginning of the file.
                 *
                 */
-               if (($configStream = @fopen($filename, 'c+')) !== false) {
+               if (($configStream = @fopen($filename, 'c+')) === false) {
                        throw new ConfigFileException(sprintf('Cannot open file "%s" in mode c+', $filename));
                }