lots of work on merging photo and file albums/folders

This commit is contained in:
redmatrix
2015-06-17 17:44:31 -07:00
parent c6c17182e5
commit 6ab20eb1b5
5 changed files with 59 additions and 27 deletions

View File

@@ -406,6 +406,11 @@ function create_identity($arr) {
}
}
if(! $system) {
set_pconfig($ret['channel']['channel_id'],'system','photo_path', '%Y-%m');
set_pconfig($ret['channel']['channel_id'],'system','attach_path','%Y-%m');
}
// auto-follow any of the hub's pre-configured channel choices.
// Only do this if it's the first channel for this account;
// otherwise it could get annoying. Don't make this list too big