From 6ab20eb1b50da91ba35911fea8b09f2ef8e461fd Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 17 Jun 2015 17:44:31 -0700 Subject: lots of work on merging photo and file albums/folders --- include/identity.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/identity.php') diff --git a/include/identity.php b/include/identity.php index 184e9c308..5880e912e 100644 --- a/include/identity.php +++ b/include/identity.php @@ -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 -- cgit v1.2.3