1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

small fixes @ link shared files task. wrong constant value

This commit is contained in:
Alex V Kotelnikov 2014-09-29 13:02:20 +04:00
parent 0a14573126
commit 50e2d6eeb5

View File

@ -9,7 +9,7 @@ class LinkSharedFilesTask extends AbstractTask implements IsReleaseAware
{
const LINKED_FOLDERS = 'linked_folders';
const LINKED_STRATEGY = 'linking_stategy';
const LINKED_STRATEGY = 'linking_strategy';
const ABSOLUTE_LINKING = 'absolute';
const RELATIVE_LINKING = 'relative';