]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Introduce ISetConfigValuesTransactional for transactional config behaviour
[friendica.git] / src / Module / Install.php
index 1631cfe7f4b8ef83f459c09b4857b13998f189a8..c1c3cda355a4626c0399f002c50668d3c5ff52f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -171,7 +171,7 @@ class Install extends BaseModule
                                }
 
                                $this->installer->installDatabase();
-                       
+
                                // install allowed themes to register theme hooks
                                // this is same as "Reload active theme" in /admin/themes
                                $allowed_themes = Theme::getAllowedList();