aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-19 03:36:09 -0700
committerfriendica <info@friendica.com>2012-10-19 03:36:09 -0700
commit8981da89c3426f94b8a963ffe8189a9d0400333f (patch)
tree028196fde89f34d219ac5c1cffe5a0b0f1028b39 /mod
parent2c3c933ed4cf6846c0240f576082da2deda5a25a (diff)
downloadvolse-hubzilla-8981da89c3426f94b8a963ffe8189a9d0400333f.tar.gz
volse-hubzilla-8981da89c3426f94b8a963ffe8189a9d0400333f.tar.bz2
volse-hubzilla-8981da89c3426f94b8a963ffe8189a9d0400333f.zip
don't show categories widget if there are none
Diffstat (limited to 'mod')
-rwxr-xr-xmod/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php
index 87a1c041a..7f6e9fc21 100755
--- a/mod/install.php
+++ b/mod/install.php
@@ -84,7 +84,7 @@ function install_post(&$a) {
'$dbdata' => $dbdata,
'$timezone' => $timezone,
'$siteurl' => $siteurl,
- '$site_id' => hash('whirlpool', random_string()),
+ '$site_id' => random_string(),
'$phpath' => $phpath,
'$adminmail' => $adminmail
));