Kaynağa Gözat

fix wallpaper bug

causefx 8 yıl önce
ebeveyn
işleme
94c79ec272
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      api/functions/organizr-functions.php

+ 1 - 0
api/functions/organizr-functions.php

@@ -372,6 +372,7 @@ function loadAppearance(){
     $appearance['sidebarColor'] = $GLOBALS['sidebarColor'];
     $appearance['headerTextColor'] = $GLOBALS['headerTextColor'];
     $appearance['sidebarTextColor'] = $GLOBALS['sidebarTextColor'];
+    $appearance['loginWallpaper'] = $GLOBALS['loginWallpaper'];
     $appearance['customCss'] = $GLOBALS['customCss'];
     return $appearance;
 }