structure for channel unions

This commit is contained in:
friendica
2013-09-26 16:25:28 -07:00
parent 6519433301
commit edc5566f79
7 changed files with 34 additions and 10 deletions

View File

@@ -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',