From 125ee673de6015387680260b82e2110ecf9978df Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 13 Jun 2013 17:53:16 -0700 Subject: missing include --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 2b38adb1a..5489fa9e8 100755 --- a/include/items.php +++ b/include/items.php @@ -4761,6 +4761,7 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C $start = dba_timer(); + require_once('include/security.php'); $sql_extra .= item_permissions_sql($channel['channel_id']); if($arr['nouveau'] && ($client_mode & CLIENT_MODELOAD) && $channel) { -- cgit v1.2.3