Skip to content

Commit 1965847

Browse files
committed
nrw-load - Fix caching
1 parent 018b061 commit 1965847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

questionlibrary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
$location = __DIR__ . '/samplequestions/stacklibrary/*';
108108
}
109109

110-
$files = $cache->get('library_file_list');
110+
$files = $cache->get($cacheid);
111111
if (!$files) {
112112
$files = stack_question_library::get_file_list($location);
113113
$cache->set($cacheid, $files);

0 commit comments

Comments
 (0)