Thomas Bruederli
2014-08-18 3ebac0167bf20104fb7a2a55934765117760264c
program/include/iniset.php
@@ -61,7 +61,7 @@
spl_autoload_register('rcmail_autoload');
// include composer autoloader (if available)
if (file_exists('vendor/autoload.php')) {
if (@file_exists('vendor/autoload.php')) {
    require 'vendor/autoload.php';
}