Skip to content

Commit

Permalink
Fixed issue: Page header in Check data integrity
Browse files Browse the repository at this point in the history
- Fixed minor issue.
  • Loading branch information
thedirtypanda committed Jun 4, 2021
1 parent 53f0f49 commit abe8e8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/helpers/LayoutHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function showHeaders(array $aData, bool $sendHTTPHeader = true)
* @param bool $return
* @return string|null
*/
public function getAdminHeader(bool $meta = false, bool $return = false): ?string
public function getAdminHeader(bool $meta = false, bool $return = false)
{
if (empty(Yii::app()->session['adminlang'])) {
Yii::app()->session["adminlang"] = Yii::app()->getConfig("defaultlang");
Expand Down Expand Up @@ -273,7 +273,6 @@ public function notifications()
/**
*
* @return bool|string|string[]|null
* @throws CException
*/
public function loadEndScripts()
{
Expand Down

0 comments on commit abe8e8a

Please sign in to comment.