diff options
-rw-r--r-- | mod/item.php | 2 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/version.inc b/version.inc index cbaf6aa9c..df3ed0059 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-06-22.1071 +2015-06-23.1072 |