Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
MDL-40294 remove references to removed plugin caches
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jun 23, 2013
1 parent 0ea1fbb commit 490149e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion admin/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@

// So long, and thanks for all the bugs.
fulldelete($pluginfo->rootdir);
cache::make('core', 'pluginlist')->purge();
redirect($PAGE->url);
}

Expand Down
2 changes: 0 additions & 2 deletions lang/en/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
$string['cachedef_plugininfo_mod'] = 'Plugin info - activity modules';
$string['cachedef_plugininfo_portfolio'] = 'Plugin info - portfolios';
$string['cachedef_plugininfo_repository'] = 'Plugin info - repositories';
$string['cachedef_pluginlist'] = 'Plugin list';
$string['cachedef_plugintypes'] = 'Plugin types';
$string['cachedef_questiondata'] = 'Question definitions';
$string['cachedef_repositories'] = 'Repositories instances data';
$string['cachedef_string'] = 'Language string cache';
Expand Down

0 comments on commit 490149e

Please sign in to comment.