Skip to content

Commit 6d35fd0

Browse files
committed
Code-style patch.
1 parent 38741f7 commit 6d35fd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FrontEnd.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: Front-end handler (last modified: 2022.08.19).
11+
* This file: Front-end handler (last modified: 2022.08.20).
1212
*/
1313

1414
namespace phpMussel\FrontEnd;
@@ -1746,7 +1746,6 @@ public function view(string $Page = ''): void
17461746

17471747
/** Restore success! */
17481748
if (empty($this->InstanceCache['RestoreStatus'])) {
1749-
17501749
/** Download the file. */
17511750
if ($_POST['do'] === 'download-file') {
17521751
header('Content-Type: application/octet-stream');

0 commit comments

Comments
 (0)