aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-26 16:25:28 -0700
committerfriendica <info@friendica.com>2013-09-26 16:25:28 -0700
commitedc5566f79c94f7ad994eccc7a8bb0e586961cf4 (patch)
tree2700d1f415e550a9f2aad009cd0a5eafd1ec9f2e /include/identity.php
parent6519433301a571d8e12ffa24b56534bb2e3afe5f (diff)
downloadvolse-hubzilla-edc5566f79c94f7ad994eccc7a8bb0e586961cf4.tar.gz
volse-hubzilla-edc5566f79c94f7ad994eccc7a8bb0e586961cf4.tar.bz2
volse-hubzilla-edc5566f79c94f7ad994eccc7a8bb0e586961cf4.zip
structure for channel unions
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index 98209c8ae..d6b6735f6 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -48,7 +48,7 @@ function validate_channelname($name) {
function create_dir_account() {
- create_account(array(
+ create_identity(array(
'account_id' => 'xxx', // This will create an identity with an (integer) account_id of 0, but account_id is required
'nickname' => 'dir',
'name' => 'Directory',