Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -2963,7 +2963,7 @@ |
2964 | 2964 | } |
2965 | 2965 | |
2966 | 2966 | function getHTML() { |
2967 | | - global $wgUseFileCache, $wgShowDBErrorBacktrace; |
| 2967 | + global $wgShowDBErrorBacktrace; |
2968 | 2968 | |
2969 | 2969 | $sorry = htmlspecialchars( $this->msg( 'dberr-problems', 'Sorry! This site is experiencing technical difficulties.' ) ); |
2970 | 2970 | $again = htmlspecialchars( $this->msg( 'dberr-again', 'Try waiting a few minutes and reloading.' ) ); |