diff --git a/code/CMSMain.php b/code/CMSMain.php index e6697fc5..3fb695f5 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -773,9 +773,9 @@ JS; PR_MEDIUM, 'Version number is a linked string, created is a relative time (e.g. 2 days ago), by a specific author' ), - "ID/$version\" title=\"" . $versionAuthor->Title . "\">$version", + "ID/$version\" title=\"" . ($versionAuthor ? $versionAuthor->Title : '') . "\">$version", $record->obj('LastEdited')->Ago(), - $versionAuthor->Title + ($versionAuthor ? $versionAuthor->Title : '') ) . '

' ),