summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-13 21:09:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-13 21:09:54 +0000
commitbeadf384f1cd680fa18e7a12a634a3fb7646ffe6 (patch)
treec89477a00b4f4f7a3652b681d001b53d01ef15d7 /modules/user
parent6682ab936c8d49a8be32b2e149b45f1eba79de0c (diff)
downloadbrdo-beadf384f1cd680fa18e7a12a634a3fb7646ffe6.tar.gz
brdo-beadf384f1cd680fa18e7a12a634a3fb7646ffe6.tar.bz2
#455844 follow-up by yched: Change render() to print render() for consistency with other template variables.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user-profile.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php
index a6d49b4a0..8b50f7026 100644
--- a/modules/user/user-profile.tpl.php
+++ b/modules/user/user-profile.tpl.php
@@ -28,5 +28,5 @@
*/
?>
<div class="profile">
- <?php render($user_profile); ?>
+ <?php print render($user_profile); ?>
</div>