From 2e2f2d344452eead1168949e2f140af388cf544a Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Fri, 16 Oct 2009 03:23:42 +0000 Subject: [PATCH] sso MDL-19799 Added set_url call --- sso/hive/expired.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sso/hive/expired.php b/sso/hive/expired.php index 1079173b19..d19cd02b3f 100644 --- a/sso/hive/expired.php +++ b/sso/hive/expired.php @@ -1,4 +1,4 @@ -set_url(new moodle_url($CFG->wwwroot.'/sso/hive/expired.php')); echo $OUTPUT->header(); echo $OUTPUT->notification('Your session has expired. Please log in again.'); ?> -- 2.39.5