Przeglądaj źródła

Missed one var to set

stekkel 21 lat temu
rodzic
commit
96b621c82c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/right_main.php

+ 1 - 0
src/right_main.php

@@ -171,6 +171,7 @@ $aLastSelectedMailbox['LIMIT'] = ($show_num != 999999) ? $show_num : $aMbxRespon
 $aLastSelectedMailbox['UIDSET'] = $aMbxResponse['SORT_ARRAY'];
 $aLastSelectedMailbox['SEEN'] = (isset($aMbxResponse['SEEN'])) ? $aMbxResponse['SEEN'] : $aMbxResponse['EXISTS'];
 $aLastSelectedMailbox['RECENT'] = (isset($aMbxResponse['RECENT'])) ? $aMbxResponse['RECENT'] : 0;
+$aLastSelectedMailbox['RIGHTS'] = $aMbxResponse['RIGHTS'];
 
 $aLastSelectedMailbox['AUTO_EXPUNGE'] = $auto_expunge;