Sfoglia il codice sorgente

Fix issue with PHP notice in roundcube.

Raphael Schneeberger 7 anni fa
parent
commit
87779385f3

+ 1 - 1
install/debian/8/roundcube/main.inc.php

@@ -759,7 +759,7 @@ $rcmail_config['read_when_deleted'] = true;
 
 // Set to true to never delete messages immediately
 // Use 'Purge' to remove messages marked as deleted
-$rcmail_config['flag_for_deletion'] = purge;
+$rcmail_config['flag_for_deletion'] = 'purge';
 
 // Default interval for keep-alive/check-recent requests (in seconds)
 // Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime'

+ 1 - 1
install/debian/9/roundcube/main.inc.php

@@ -759,7 +759,7 @@ $rcmail_config['read_when_deleted'] = true;
 
 // Set to true to never delete messages immediately
 // Use 'Purge' to remove messages marked as deleted
-$rcmail_config['flag_for_deletion'] = purge;
+$rcmail_config['flag_for_deletion'] = 'purge';
 
 // Default interval for keep-alive/check-recent requests (in seconds)
 // Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime'

+ 1 - 1
install/ubuntu/14.04/roundcube/main.inc.php

@@ -759,7 +759,7 @@ $rcmail_config['read_when_deleted'] = true;
 
 // Set to true to never delete messages immediately
 // Use 'Purge' to remove messages marked as deleted
-$rcmail_config['flag_for_deletion'] = purge;
+$rcmail_config['flag_for_deletion'] = 'purge';
 
 // Default interval for keep-alive/check-recent requests (in seconds)
 // Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime'

+ 1 - 1
install/ubuntu/16.04/roundcube/main.inc.php

@@ -759,7 +759,7 @@ $rcmail_config['read_when_deleted'] = true;
 
 // Set to true to never delete messages immediately
 // Use 'Purge' to remove messages marked as deleted
-$rcmail_config['flag_for_deletion'] = purge;
+$rcmail_config['flag_for_deletion'] = 'purge';
 
 // Default interval for keep-alive/check-recent requests (in seconds)
 // Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime'

+ 1 - 1
install/ubuntu/18.04/roundcube/main.inc.php

@@ -759,7 +759,7 @@ $rcmail_config['read_when_deleted'] = true;
 
 // Set to true to never delete messages immediately
 // Use 'Purge' to remove messages marked as deleted
-$rcmail_config['flag_for_deletion'] = purge;
+$rcmail_config['flag_for_deletion'] = 'purge';
 
 // Default interval for keep-alive/check-recent requests (in seconds)
 // Must be greater than or equal to 'min_keep_alive' and less than 'session_lifetime'