Skip to content
Snippets Groups Projects
Commit 3dca6717 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Fix references to functions that no longer exist

parent 16c23421
Branches
No related tags found
4 merge requests!15WIP: Support WDN version 5.3,!8Update for elgg upgrade,!3Develop,!1Git fixes
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
} }
function cas_auth_unl_getemail_page_handler($page) { function cas_auth_unl_getemail_page_handler($page) {
if (!isloggedin()) { if (!elgg_get_logged_in_user_entity()) {
page_draw(elgg_echo('Your Email'), elgg_view("account/forms/getemail")); echo elgg_view_page(elgg_echo('Your Email'), elgg_view("account/forms/getemail"));
} else { } else {
forward(); forward();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment