mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: Make RsyncMultiHostPublisher protected; give default value. (from r104672)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112455 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0e2682de1c
commit
5cf2f46e4a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user