diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-23 16:22:21 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-23 16:22:21 -0700 |
commit | 7975bc828fc9ae1cf9b92cc2147297a46524d59f (patch) | |
tree | f830362e5d69086fd5a1040a43629dee54552080 /mod/item.php | |
parent | 30ba2803e7a4f9266fd72d19c54e1cb46190702a (diff) | |
download | volse-hubzilla-7975bc828fc9ae1cf9b92cc2147297a46524d59f.tar.gz volse-hubzilla-7975bc828fc9ae1cf9b92cc2147297a46524d59f.tar.bz2 volse-hubzilla-7975bc828fc9ae1cf9b92cc2147297a46524d59f.zip |
typo
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 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 |