Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
Showing
- _test/core/DokuWikiTest.php 2 additions, 2 deletions_test/core/DokuWikiTest.php
- feed.php 1 addition, 1 deletionfeed.php
- inc/JpegMeta.php 1 addition, 1 deletioninc/JpegMeta.php
- inc/Sitemapper.php 1 addition, 1 deletioninc/Sitemapper.php
- inc/auth.php 1 addition, 1 deletioninc/auth.php
- inc/cache.php 1 addition, 1 deletioninc/cache.php
- inc/changelog.php 4 additions, 4 deletionsinc/changelog.php
- inc/common.php 12 additions, 12 deletionsinc/common.php
- inc/confutils.php 1 addition, 1 deletioninc/confutils.php
- inc/fetch.functions.php 1 addition, 1 deletioninc/fetch.functions.php
- inc/html.php 3 additions, 3 deletionsinc/html.php
- inc/indexer.php 10 additions, 10 deletionsinc/indexer.php
- inc/infoutils.php 6 additions, 6 deletionsinc/infoutils.php
- inc/init.php 12 additions, 12 deletionsinc/init.php
- inc/io.php 6 additions, 6 deletionsinc/io.php
- inc/load.php 1 addition, 1 deletioninc/load.php
- inc/media.php 14 additions, 14 deletionsinc/media.php
- inc/pageutils.php 7 additions, 7 deletionsinc/pageutils.php
- inc/parserutils.php 5 additions, 5 deletionsinc/parserutils.php
- inc/plugin.php 6 additions, 6 deletionsinc/plugin.php
Loading
Please register or sign in to comment