From 864875c2fa0a742704df171e275a2e28540f499b Mon Sep 17 00:00:00 2001 From: Geoff Munn Date: Wed, 10 Sep 2008 22:01:09 +0000 Subject: [PATCH] Multiple 'protected' variable declaration fixed git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@62184 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- filesystem/Filesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/Filesystem.php b/filesystem/Filesystem.php index f233e9abe..a03eb0870 100755 --- a/filesystem/Filesystem.php +++ b/filesystem/Filesystem.php @@ -10,7 +10,7 @@ class Filesystem extends Object { public static $folder_create_mask = 02775; - protected protected static $cache_folderModTime; + protected static $cache_folderModTime; /** * Create a folder, recursively