Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acrollet authored Dec 6, 2017
1 parent d3ea1d1 commit 700bfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roomify_periodic_pricing.module
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ function roomify_periodic_pricing_form_rooms_unit_edit_form_alter(&$form, &$form

$form['#validate'][] = 'roomify_periodic_pricing_form_rooms_unit_edit_form_validate';

$form['#attached']['css'][] = drupal_get_path('module', 'roomify_periofic_pricing') . '/css/roomify_periodic_pricing.css';
$form['#attached']['css'][] = drupal_get_path('module', 'roomify_periodic_pricing') . '/css/roomify_periodic_pricing.css';
}

/**
Expand Down

0 comments on commit 700bfa7

Please sign in to comment.