diff --git a/lib/installer.php b/lib/installer.php index b650f3eed0d..00feb6d4709 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -302,8 +302,8 @@ class OC_Installer{ } } } + closedir( $dir ); } - closedir( $dir ); } }