[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonstatistics.pm

raeburn raeburn at source.lon-capa.org
Wed Mar 11 23:08:29 EDT 2015


raeburn		Thu Mar 12 03:08:29 2015 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	lonstatistics.pm 
  Log:
  - For 2.11
    Backport 1.161
  
  
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.156.2.4 loncom/interface/lonstatistics.pm:1.156.2.5
--- loncom/interface/lonstatistics.pm:1.156.2.4	Wed Feb 26 01:19:55 2014
+++ loncom/interface/lonstatistics.pm	Thu Mar 12 03:08:29 2015
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstatistics.pm,v 1.156.2.4 2014/02/26 01:19:55 raeburn Exp $
+# $Id: lonstatistics.pm,v 1.156.2.5 2015/03/12 03:08:29 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -867,7 +867,7 @@
         #
         # Clean out the caches
         if (exists($env{'form.ClearCache'})) {
-            &Apache::loncoursedata::delete_caches($env{'requres.course.id'});
+            &Apache::loncoursedata::delete_caches($env{'request.course.id'});
         }
         #
         my $GoToPage = $env{'form.reportSelected'};




More information about the LON-CAPA-cvs mailing list