From 7975bc828fc9ae1cf9b92cc2147297a46524d59f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 23 Jun 2015 16:22:21 -0700 Subject: typo --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/item.php b/mod/item.php index 8a73974c6..bc2710b42 100644 --- a/mod/item.php +++ b/mod/item.php @@ -1097,7 +1097,7 @@ function fix_attached_file_permissions($channel,$observer_hash,$body, } function item_check_service_class($channel_id,$iswebpage) { - $ret = array('success' => false, $message => ''); + $ret = array('success' => false, 'message' => ''); if ($iswebpage) { // note: we aren't counting comanche templates and blocks, only webpages -- cgit v1.2.3