Explorar o código

Missed one var to set

stekkel %!s(int64=21) %!d(string=hai) anos
pai
achega
96b621c82c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;