From 8981da89c3426f94b8a963ffe8189a9d0400333f Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 19 Oct 2012 03:36:09 -0700 Subject: don't show categories widget if there are none --- mod/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/install.php') 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 )); -- cgit v1.2.3