diff --git a/commitlog/commitlog.module b/commitlog/commitlog.module index 6d19142..a5dcc94 100644 --- a/commitlog/commitlog.module +++ b/commitlog/commitlog.module @@ -155,7 +155,7 @@ function commitlog_ctools_plugin_type() { * Another argument to filter the view. This is used as the second argument in the view in question. */ function commitlog_operations_page($view_type = NULL, $display_type='page', $argument = NULL, $argument2 = NULL) { - drupal_add_css(drupal_get_path('module', 'commitlog') . '/commitlog.css', 'module'); + drupal_add_css(drupal_get_path('module', 'commitlog') . '/commitlog.css'); $view_name = ''; if (($view_type == 'author' || $view_type == 'user') && !is_null($argument)) { $account = $argument;