glossary MDL-23391 glossary rss feed generation tweak

This commit is contained in:
Andrew Davis 2010-07-20 04:02:31 +00:00
parent 57e8a9361f
commit 7138d3b30f

View File

@ -11,6 +11,8 @@
return null;
}
$status = true;
//check capabilities
//glossary module doesn't require any capabilities to view glossary entries (aside from being logged in)
@ -81,6 +83,10 @@
}
}
if (!$status) {
$cachedfilepath = null;
}
return $cachedfilepath;
}