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

febbraro’s picture

Status: Active » Fixed

Fixed in http://drupal.org/cvs?commit=424144 and released in beta2.

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.