From cd611f26ddeb87851f8e9f132da0e01991bd9c39 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 22 Jan 2008 04:39:29 +0000 Subject: [PATCH] test commit (testing the build system) --- code/FileSubsites.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/FileSubsites.php b/code/FileSubsites.php index 4f2d415..e2dbe2f 100755 --- a/code/FileSubsites.php +++ b/code/FileSubsites.php @@ -18,6 +18,7 @@ class FileSubsites extends DataObjectDecorator { /** * Amends the CMS tree title for folders in the Files & Images section. * Prefixes a '* ' to the folders that are accessible from all subsites. + * */ function alternateTreeTitle() { if($this->owner->SubsiteID == 0) return " * " . $this->owner->Title;