]> git.mjollnir.org Git - moodle.git/commitdiff
small typo in var name
authorstronk7 <stronk7>
Mon, 19 Mar 2007 16:12:42 +0000 (16:12 +0000)
committerstronk7 <stronk7>
Mon, 19 Mar 2007 16:12:42 +0000 (16:12 +0000)
Merged from MOODLE_18_STABLE

filter/activitynames/filter.php

index 992f3809bfd77c0e26838cfaae006179b4175bdc..ff3b81506b69fccf0b385676c97a915c55324fd3 100644 (file)
@@ -10,7 +10,7 @@
 
         // Trivial-cache - keyed on $cachedcourseid
         static $activitylist;
-        static $cachedcourse;
+        static $cachedcourseid;
 
         if (empty($courseid)) {
             $courseid = SITEID;