Aleksander Machniak
2014-05-25 2911ca3e96ab3b092e39976a64e519ee20f51f05
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';
}