From dc8a46477b245dc89c3de69ddc61e83a2b8bd22a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 1 Oct 2012 19:04:21 -0700 Subject: use hash for channel id --- mod/zchannel.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/zchannel.php') diff --git a/mod/zchannel.php b/mod/zchannel.php index f401d91c6..eca22b0a9 100644 --- a/mod/zchannel.php +++ b/mod/zchannel.php @@ -73,6 +73,10 @@ function zchannel_post(&$a) { return; } + $newuid = $result['channel']['channel_id']; + + change_channel($result['channel']['channel_id']); + if(! strlen($next_page = get_config('system','workflow_channel_next'))) $next_page = 'settings'; -- cgit v1.2.3