Line 38 of linked_data.module has an incorrect path to theme.inc
'linked_data_row' => array(
'arguments' => array('query' => NULL, 'row' => array()),
'path' => drupal_get_path('module', 'linked_data') .'/theme',
'template' => 'linked-data-row',
'file' => 'theme/theme.inc',
),
The correct file path is
'file' => 'theme.inc',
Comments
Comment #1
febbraro commentedFixed in http://drupal.org/cvs?commit=424144 and released in beta2.
Thanks.