]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Comment and typing improvements
[quix0rs-gnu-social.git] / lib / default.php
index 55ef65e81f4ee3f8456c30fe7ac8285e7ad9930b..005a3683d815d1009775b4d3fd519c059731150d 100644 (file)
@@ -298,15 +298,15 @@ $default =
                             'StrictTransportSecurity' => null,
                         ),
               'default' => array(
-                            'Activity' => null,
-                            'Bookmark' => null,
-                            'ClientSideShorten' => null,
-                            'Event' => null,
-                            'OpenID' => null,
-                            'Poll' => null,
-                            'QnA' => null,
-                            'SearchSub' => null,
-                            'TagSub' => null,
+                            'Activity' => array(),
+                            'Bookmark' => array(),
+                            'ClientSideShorten' => array(),
+                            'Event' => array(),
+                            'OpenID' => array(),
+                            'Poll' => array(),
+                            'QnA' => array(),
+                            'SearchSub' => array(),
+                            'TagSub' => array(),
                         ),
               'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
               'server' => null,