]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Config.php
Merge pull request #11565 from annando/force-avatar-update
[friendica.git] / src / Console / Config.php
index 9b2d251973090824fbb1ba8e4500340170f2b2a7..e32983a68a652aa6e332710798e002afb25acadd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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'));
                        }
                }