Aleksander Machniak
2014-02-05 af15c60f88f5c0f48fd577c21fd110467eb426ab
Fix issue when default_addressbook option is set to integer value (#1489407)
2 files modified
5 ■■■■■ changed files
CHANGELOG 3 ●●●● patch | view | raw | blame | history
program/steps/addressbook/func.inc 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,7 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
- Fixed Opera > 15 detection (#1489562)
- Fix issue when default_addressbook option is set to integer value (#1489407)
- Fix Opera > 15 detection (#1489562)
RELEASE 1.0-rc
--------------
program/steps/addressbook/func.inc
@@ -160,7 +160,7 @@
        return $CONTACTS;
    $OUTPUT->set_env('readonly', $CONTACTS->readonly);
    $OUTPUT->set_env('source', $source);
    $OUTPUT->set_env('source', (string) $source);
    // reduce/extend $CONTACT_COLTYPES with specification from the current $CONTACT object
    if (is_array($CONTACTS->coltypes)) {