Skip to content

Commit 7f56705

Browse files
committed
Fix typos.
1 parent bb083d2 commit 7f56705

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

assets/fullmoon/frontend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<body>{JS}
1313
<div class="co"><br /><div class="ci">
14-
<div class="s"><center>{FE_Tip}<hr />{bNav}</center></div><hr />{MaintenanceWarning}
14+
<div class="s"><center>{FE_Tip}<hr />{bNav}</center></div><hr />{Warnings}
1515
{FE_Content}
1616
<hr />
1717
<div class="gen"><div class="dt">{DateTime}</div><div class="txtBl">{GeneratedBy}</div></div>

src/FrontEnd.php

Lines changed: 1 addition & 3 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: 2020.08.04).
11+
* This file: Front-end handler (last modified: 2020.08.05).
1212
*/
1313

1414
namespace phpMussel\FrontEnd;
@@ -346,8 +346,6 @@ public function view(string $Page = '')
346346
$this->Loader->YAML->process($PipsData, $Pips);
347347
$FE['PIP_Key'] = $Pips['Key'];
348348
$FE['PIP_Key_64'] = base64_encode($Pips['Key']);
349-
$FE['PIP_Key2'] = $Pips['Key2'];
350-
$FE['PIP_Key2_64'] = base64_encode($Pips['Key2']);
351349
}
352350

353351
/** A fix for correctly displaying LTR/RTL text. */

0 commit comments

Comments
 (0)