Skip to content

Commit 2254771

Browse files
committed
Add rerendering on document missing
1 parent da5f311 commit 2254771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Collection.body.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,8 @@ public function download() {
11441144
}
11451145
}
11461146
if ( !$info ) {
1147-
$this->getOutput()->showErrorPage( 'coll-download_notfound_title', 'coll-download_notfound_text' );
1147+
//$this->getOutput()->showErrorPage( 'coll-download_notfound_title', 'coll-download_notfound_text' );
1148+
$this->forceRenderCollection();
11481149
return;
11491150
}
11501151
wfResetOutputBuffers();

0 commit comments

Comments
 (0)