From 547c70076499010b240ec174696176a2f5de0dc8 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 23 Oct 2016 17:23:53 -0700 Subject: misplaced parens --- include/api_zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/api_zot.php') diff --git a/include/api_zot.php b/include/api_zot.php index e91d82b0b..38919cb95 100644 --- a/include/api_zot.php +++ b/include/api_zot.php @@ -83,7 +83,7 @@ $ptr['content'] = ''; elseif(! intval($r[0]['os_storage'])) { $ptr['start'] = $start; - $x = substr(dbunescbin($ptr['content'],$start,$length)); + $x = substr(dbunescbin($ptr['content']),$start,$length); $ptr['length'] = strlen($x); $ptr['content'] = base64_encode($x); } -- cgit v1.2.3