]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Config.php
doc/themes.md,FAQ-admin: point to live friendica-themes.com mirror
[friendica.git] / src / Console / Config.php
index 0a38f607f48674d2406c0a7edb035af1516f70bb..e32983a68a652aa6e332710798e002afb25acadd 100644 (file)
@@ -151,7 +151,7 @@ HELP;
                                        $this->out("{$cat}.{$key}[{$k}] => " . (is_array($v) ? implode(', ', $v) : $v));
                                }
                        } else {
-                               $this->out("{$cat}.{$key} => " . $value);
+                               $this->out("{$cat}.{$key} => " . ($value ?? 'NULL'));
                        }
                }