summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-21 23:07:16 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-21 23:07:16 +0000
commit4bc255ba792db435e2d487f113ca2a638ed63fea (patch)
tree0ca88b698215d5866b5643ad57add73b4410d64a /modules/profile
parent02c8592759c5b33d3d94fe6a515f10af4317dd5c (diff)
downloadbrdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.gz
brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.bz2
Roll-back of #310467: Breaks installer requirements check and update.php.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 893e63dad..d2e2c3da3 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -67,6 +67,7 @@ function profile_theme() {
),
'profile_admin_overview' => array(
'arguments' => array('form' => NULL),
+ 'file' => 'profile.admin.inc',
)
);
}