summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-14 08:23:15 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-14 08:23:15 +0000
commit1778c5cca962127d3bfd81ff407391f6d00da2a9 (patch)
tree02b38ca7253c62f2c82fe5969cc791e1180fe143 /modules/profile/profile.module
parent3ac59eee96a6b6553f07946f6f95373ece050e2b (diff)
downloadbrdo-1778c5cca962127d3bfd81ff407391f6d00da2a9.tar.gz
brdo-1778c5cca962127d3bfd81ff407391f6d00da2a9.tar.bz2
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r--modules/profile/profile.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index e4d3ab08f..919910746 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -67,7 +67,6 @@ function profile_theme() {
),
'profile_admin_overview' => array(
'arguments' => array('form' => NULL),
- 'file' => 'profile.admin.inc',
)
);
}