diff options
| author | defa <defa@so36.net> | 2012-09-05 14:48:55 +0200 |
|---|---|---|
| committer | defa <defa@so36.net> | 2012-09-05 14:48:55 +0200 |
| commit | 921408eba600a7dc51271c35480e9114cac5ecec (patch) | |
| tree | 8728fecce574a1a70f623311b315360564708360 /program/include/rcube_storage.php | |
| parent | 5c603c4032bf71792e7accd80e2b7d0e78d445f8 (diff) | |
| parent | e263994adc3f8f331c6167da1665c1920a5142f9 (diff) | |
Merge https://github.com/roundcube/roundcubemail into crypt_hash_branch
Diffstat (limited to 'program/include/rcube_storage.php')
| -rw-r--r-- | program/include/rcube_storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_storage.php b/program/include/rcube_storage.php index 768a26d73..f83e24041 100644 --- a/program/include/rcube_storage.php +++ b/program/include/rcube_storage.php @@ -195,7 +195,7 @@ abstract class rcube_storage */ public function set_folder($folder) { - if ($this->folder == $folder) { + if ($this->folder === $folder) { return; } |
