BUGFIX: Make RsyncMultiHostPublisher protected; give default value.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@104672 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-05-12 05:29:25 +00:00
parent 5a083b9b1d
commit 5fd8e78f31

View File

@ -13,7 +13,7 @@ class RsyncMultiHostPublisher extends FilesystemPublisher {
/**
* Array of rsync targets to publish to. These can either be local file names, or scp-style targets, in the form "user@server:path"
*/
static $targets;
protected static $targets = array();
/**
* Set the targets to publish to.