This commit is contained in:
redmatrix 2015-06-23 16:22:21 -07:00
parent 30ba2803e7
commit 7975bc828f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
2015-06-22.1071
2015-06-23.1072