mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Multiple 'protected' variable declaration fixed
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@62184 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
66b6a32c8d
commit
864875c2fa
@ -10,7 +10,7 @@ class Filesystem extends Object {
|
|||||||
|
|
||||||
public static $folder_create_mask = 02775;
|
public static $folder_create_mask = 02775;
|
||||||
|
|
||||||
protected protected static $cache_folderModTime;
|
protected static $cache_folderModTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a folder, recursively
|
* Create a folder, recursively
|
||||||
|
Loading…
Reference in New Issue
Block a user