From 346654778485416b8643981eae53b9dbd64e084d Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Mar 2015 02:27:10 -0700 Subject: missing include --- mod/post.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/post.php') diff --git a/mod/post.php b/mod/post.php index 2fcc74963..31b688221 100644 --- a/mod/post.php +++ b/mod/post.php @@ -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; } -- cgit v1.2.3