[LON-CAPA-cvs] cvs: loncom /auth lonacc.pm

raeburn raeburn at source.lon-capa.org
Wed Feb 10 06:35:40 EST 2021


raeburn		Wed Feb 10 11:35:40 2021 EDT

  Modified files:              
    /loncom/auth	lonacc.pm 
  Log:
  - Fix typo in 1.187
  
  
Index: loncom/auth/lonacc.pm
diff -u loncom/auth/lonacc.pm:1.187 loncom/auth/lonacc.pm:1.188
--- loncom/auth/lonacc.pm:1.187	Tue Feb  9 22:17:40 2021
+++ loncom/auth/lonacc.pm	Wed Feb 10 11:35:40 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Cookie Based Access Handler
 #
-# $Id: lonacc.pm,v 1.187 2021/02/09 22:17:40 raeburn Exp $
+# $Id: lonacc.pm,v 1.188 2021/02/10 11:35:40 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -875,7 +875,7 @@
                             }
                             if ($invalidsymb) {
                                 if ($requrl eq '/adm/navmaps') {
-                                    undef(symb);
+                                    undef($symb);
                                 } else {
                                     $r->log_reason('Invalid symb for '.$requrl.': '.$symb);
                                     $env{'user.error.msg'}=




More information about the LON-CAPA-cvs mailing list