Commit ae2e958b authored by Frank Bergmann's avatar Frank Bergmann

- removed auth::require_login and replaced by ad_get_user_id

  to allow anonymous readers to access the rss-reader page
parent d97bc783
......@@ -21,7 +21,7 @@ if {"" == $rss_feeds} {
# Authentication & defaults
#
set user_id [auth::require_login]
set user_id [ad_get_user_id]
set page_title [lang::message::lookup intranet-cust-project.RSS "RSS"]
......
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