Skip to content

Commit

Permalink
MDL-36360 Removed 'lock': cachestore_file_addinstance_form::configura…
Browse files Browse the repository at this point in the history
…tion_definition() doesn't include it
  • Loading branch information
scara committed Nov 4, 2012
1 parent d4d2f27 commit 894a4f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cache/stores/file/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,6 @@ public function purge() {
public static function config_get_configuration_array($data) {
$config = array();

if (isset($data->lock)) {
$config['lock'] = $data->lock;
}
if (isset($data->path)) {
$config['path'] = $data->path;
}
Expand Down

0 comments on commit 894a4f3

Please sign in to comment.