This commit is contained in:
Mario Vavti 2015-06-24 12:33:53 +02:00
commit f707f4d49a
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