diff --git a/includes/openlayers.behaviors.inc b/includes/openlayers.behaviors.inc
index fe582b9..bb99679 100644
--- a/includes/openlayers.behaviors.inc
+++ b/includes/openlayers.behaviors.inc
@@ -16,8 +16,8 @@ function _openlayers_openlayers_behaviors() {
       'description' => t('Allows layers to provide attribution to the map if it exists.'),
       'type' => 'layer',
       'path' => drupal_get_path('module', 'openlayers') . '/includes/behaviors',
-      'file' => 'openlayers_behavior_attribution.inc',
       'behavior' => array(
+	'file' => 'openlayers_behavior_attribution.inc',
         'class' => 'openlayers_behavior_attribution',
         'parent' => 'openlayers_behavior',
       ),
