Skip to content

Commit

Permalink
Merge branch '1.2' into 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Sep 8, 2017
2 parents c3471ec + 4328c20 commit 4884bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .tx/config

This file was deleted.

4 changes: 2 additions & 2 deletions code/extensions/FileSubsites.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FileSubsites extends DataExtension
// If this is set to true, all folders created will be default be
// considered 'global', unless set otherwise
public static $default_root_folders_global = false;

private static $has_one=array(
'Subsite' => 'Subsite',
);
Expand Down Expand Up @@ -130,7 +130,7 @@ public function canEdit($member = null)
return $access;
}
}

/**
* Return a piece of text to keep DataObject cache keys appropriately specific
*/
Expand Down

0 comments on commit 4884bdd

Please sign in to comment.