missing include

This commit is contained in:
friendica 2015-03-10 02:27:10 -07:00
parent 98dffd77ef
commit 3466547784

View File

@ -261,6 +261,7 @@ function post_init(&$a) {
$_SESSION['delegate_channel'] = $r[0]['channel_id'];
$_SESSION['delegate'] = $x[0]['xchan_hash'];
$_SESSION['account_id'] = intval($r[0]['channel_account_id']);
require_once('include/security.php');
change_channel($r[0]['channel_id']);
$delegation_success = true;
}