Commit 08804e4b authored by Frank Bergmann's avatar Frank Bergmann

- Fixed deprecated calls

parent 6bb4ccc4
......@@ -26,7 +26,7 @@ ad_page_contract {
# Defaults & Security
# ---------------------------------------------------------------
set current_user_id [ad_get_user_id]
set current_user_id [auth::require_login]
set page_title [lang::message::lookup "" intranet-wall.Project_Wall "Project Wall"]
set context_bar [im_context_bar $page_title]
set page_focus "im_header_form.keywords"
......
......@@ -18,7 +18,7 @@ ad_page_contract {
# Defaults & Security
# ---------------------------------------------------------------
set current_user_id [ad_get_user_id]
set current_user_id [auth::require_login]
set page_title [lang::message::lookup "" intranet-wall.Project_Wall "My Stuff"]
set context_bar [im_context_bar $page_title]
set page_focus "im_header_form.keywords"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment