We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31afae8 commit 5a4a5e0Copy full SHA for 5a4a5e0
inc/Ui/Recent.php
@@ -162,7 +162,7 @@ protected function checkCurrentRevision(array &$info)
162
}
163
if (!$changelog->isCurrentRevision($info['date'])) {
164
$currentRevInfo = $changelog->getCurrentRevisionInfo();
165
- if ($currentRevInfo['type'] == DOKU_CHANGE_TYPE_DELETE) {
+ if ($currentRevInfo && $currentRevInfo['type'] == DOKU_CHANGE_TYPE_DELETE) {
166
// the page or media file was externally deleted, updated info because the link is already red
167
// externally created and edited not updated because sorting by date is not worth so much changes
168
$info = array_merge($info, $currentRevInfo);
0 commit comments