diff --git a/libraries.module b/libraries.module index 63b5d1a1221c442a1329ac47b1ca32583881c138..3dc6c146c57a7fe316dd2227bc44c7e55d24354c 100644 --- a/libraries.module +++ b/libraries.module @@ -103,7 +103,7 @@ function libraries_get_libraries() { // $config and $profile should never be empty in a proper Drupal setup. // However, we should never search into the root filesystem under any // circumstances, so just bail out in that case. - if (!$profile || !$config) { + if (!$profile && !$config) { return array(); }