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:
Sam Minnee 2009-10-15 21:58:24 +00:00
parent 448d975b9a
commit 567612bd16

View File

@ -1034,7 +1034,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
$combinedStageResult = $combinedStageResult + $result;
}
return $combinedStageResult;
return isset($combinedStageResult) ? $combinedStageResult : array();
/*