]> git.mxchange.org Git - friendica-addons.git/blobdiff - ifttt/ifttt.php
Remove references to include/group.php
[friendica-addons.git] / ifttt / ifttt.php
index 800294ffb04595c03da4fa4102682d9fe6d901dd..384b955c0b182c7350671a63203fd867d8f660d6 100644 (file)
@@ -45,7 +45,7 @@ function ifttt_settings(App $a, &$s)
        $key = PConfig::get(local_user(), 'ifttt', 'key');
 
        if (!$key) {
-               $key = substr(random_string(),0,20);
+               $key = random_string(20);
                PConfig::set(local_user(), 'ifttt', 'key', $key);
        }