Changeset 8267
- Timestamp:
- 02/18/2019 07:06:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php
r8261 r8267 455 455 mkdir( ERROR_RATE_LIMITING_DIR ); 456 456 } 457 457 458 return is_dir( ERROR_RATE_LIMITING_DIR ) && is_writeable( ERROR_RATE_LIMITING_DIR ); 458 459 } … … 468 469 // Checks to see if the error-throwing expression is prepended with the @ control operator. 469 470 // See https://secure.php.net/manual/en/function.set-error-handler.php 470 if ( 0 === (int) error_reporting() ) { 471 if ( 0 === error_reporting() ) { 472 error_clear_last(); 473 471 474 return false; 472 475 } … … 545 548 546 549 $send->send( WORDCAMP_LOGS_SLACK_CHANNEL ); 550 547 551 return false; 548 552 }
Note: See TracChangeset
for help on using the changeset viewer.