diff --git a/lib/private/util.php b/lib/private/util.php index d2c00f0a23..3f06f0efff 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -576,6 +576,8 @@ class OC_Util { // defined = defined // ini = ini_get // If the dependency is not found the missing module name is shown to the EndUser + // When adding new checks always verify that they pass on Travis as well + // for ini settings, see https://github.com/owncloud/administration/blob/master/travis-ci/custom.ini $dependencies = array( 'classes' => array( 'ZipArchive' => 'zip',