diff --git a/plugins/content_types/fieldable_panels_pane.inc b/plugins/content_types/fieldable_panels_pane.inc index 5f55afd..200acd2 100644 --- a/plugins/content_types/fieldable_panels_pane.inc +++ b/plugins/content_types/fieldable_panels_pane.inc @@ -347,7 +347,7 @@ function _fieldable_panels_panes_custom_content_type($entity) { 'icon' => 'icon_block_custom.png', ); - $revision_context_aware = (empty($entity->reusable)) ? TRUE : FALSE; + $revision_context_aware = !empty($entity->reusable); if (module_exists('uuid') && isset($entity->uuid)) { if ($revision_context_aware) {