aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-13 17:53:16 -0700
committerfriendica <info@friendica.com>2013-06-13 17:53:16 -0700
commit125ee673de6015387680260b82e2110ecf9978df (patch)
treed81e1413d288104a2e69ac6c27d598d95fd8e6ad
parent2d3a0a65258be35f4c046b6b3e416bf93baa4940 (diff)
downloadvolse-hubzilla-125ee673de6015387680260b82e2110ecf9978df.tar.gz
volse-hubzilla-125ee673de6015387680260b82e2110ecf9978df.tar.bz2
volse-hubzilla-125ee673de6015387680260b82e2110ecf9978df.zip
missing include
-rwxr-xr-xinclude/items.php1
-rw-r--r--version.inc2
2 files changed, 2 insertions, 1 deletions
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) {
diff --git a/version.inc b/version.inc
index b7d3a4db6..6d757a648 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-06-12.342
+2013-06-13.343