From df2cf40d2cd197ed5f1960b026b31aad32b5d930 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Oct 2008 18:06:39 +0000 Subject: - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index a8c9de8be..351a7fe90 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1120,7 +1120,7 @@ function user_menu() { } function user_init() { - drupal_add_css(drupal_get_path('module', 'user') . '/user.css', 'module'); + drupal_add_css(drupal_get_path('module', 'user') . '/user.css'); } function user_uid_optional_load($arg) { -- cgit v1.2.3