aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-09-27 02:45:16 +0100
committerThomas Willingham <founder@kakste.com>2013-09-27 02:45:16 +0100
commit8d92d21135aeadb9a2bf498a8697d2d3694abcd1 (patch)
tree9cf5ad40d036b09f30aacc66f3627b25a28cbfd8 /include/identity.php
parentd6607f2093414afd3cbba58021a92b01d3c356fd (diff)
parent8e94e79c7bfc4253efb17f32246bdafd498a3aed (diff)
downloadvolse-hubzilla-8d92d21135aeadb9a2bf498a8697d2d3694abcd1.tar.gz
volse-hubzilla-8d92d21135aeadb9a2bf498a8697d2d3694abcd1.tar.bz2
volse-hubzilla-8d92d21135aeadb9a2bf498a8697d2d3694abcd1.zip
Merge branch 'master' of https://github.com/friendica/red
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',