MDL-40903 cache: coding style tidyup pre-integration

This commit is contained in:
Sam Hemelryk 2013-09-10 09:53:45 +12:00
parent 083fa87759
commit 8bc1d659b8
3 changed files with 7 additions and 23 deletions

View file

@ -208,7 +208,6 @@ $definitions = array(
// Used to store data for course categories visible to current user. Helps to browse list of categories.
'coursecat' => array(
'mode' => cache_store::MODE_SESSION,
'persistentdata' => true,
'invalidationevents' => array(
'changesincoursecat',
'changesincourse',