X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=005a3683d815d1009775b4d3fd519c059731150d;hb=c942bdcb4321549879a0f3f5d2ab514d33b90996;hp=55ef65e81f4ee3f8456c30fe7ac8285e7ad9930b;hpb=06b068d43b62731fdd74e03c7ed0fec32402b831;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 55ef65e81f..005a3683d8 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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,