]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
URL shortening can now be disabled for the 'maxurllength'
[quix0rs-gnu-social.git] / lib / default.php
index 16f384e1c20c957f2375f2043fd4cc7111c90786..68b4518bfaa73d2c1b28bfe6332447cfdb50e78f 100644 (file)
@@ -343,7 +343,7 @@ $default =
               'external' => 'sometimes'), // Options: 'sometimes', 'never', default = 'sometimes'
         'url' =>
         array('shortener' => 'internal',
-              'maxlength' => 100,
+              'maxurllength' => 100,
               'maxnoticelength' => -1),
         'http' => // HTTP client settings when contacting other sites
         array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')