mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR can_edit_multiple fix
MINOR fixed ie6 prompt defect MINOR track publish actions MINOR dont reset workflow if it's sitting at AwaitingEdit on save. (from r86251) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89167 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
448d975b9a
commit
567612bd16
@ -1034,7 +1034,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
|||||||
$combinedStageResult = $combinedStageResult + $result;
|
$combinedStageResult = $combinedStageResult + $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $combinedStageResult;
|
return isset($combinedStageResult) ? $combinedStageResult : array();
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user