Fix code style

This commit is contained in:
Stephen Abello
2026-02-03 09:39:17 +01:00
parent 73e6a0af8a
commit b2041e3b63
2 changed files with 16 additions and 19 deletions

View File

@@ -245,7 +245,7 @@ class RuntimeDashboard extends Dashboard
$oDashboard = parent::Render($oPage, $bEditMode, $aRenderParams);
if($this->HasCustomDashboard() && !filter_var(appUserPreferences::GetPref('display_original_dashboard_'.$this->GetId(), false), FILTER_VALIDATE_BOOLEAN)) {
if ($this->HasCustomDashboard() && !filter_var(appUserPreferences::GetPref('display_original_dashboard_'.$this->GetId(), false), FILTER_VALIDATE_BOOLEAN)) {
$oDashboard->SetIsCustom(true);
}