Removed fclose() call from File::__destruct()
authorAlexander Ebert <ebert@woltlab.com>
Fri, 18 May 2012 11:31:04 +0000 (13:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 18 May 2012 11:31:04 +0000 (13:31 +0200)
commit502969341d7f03eb4d3e04fef9964534a786c63a
treea524f3898cac6a151ea94938af6d40976239f09a
parent56ead87cb14ec06f0bacce77c2ae803883923540
Removed fclose() call from File::__destruct()

This call is causing PHP to throw an exception within the destructor, leading to the beloved 'Exception thrown in Unknown' and finally breaking setup.
wcfsetup/install/files/lib/system/io/File.class.php