| @@ -141,9 +141,9 @@ | ||
| 141 | 141 | function get_file() { |
| 142 | 142 | return $this->_file_start; |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | - private function _log( &$message, $type, $wrapper = false ) { | |
| 145 | + private function _log( &$message, $type = 'log', $wrapper ) { | |
| 146 | 146 | if ( ! $this->is_on() ) { |
| 147 | 147 | return; |
| 148 | 148 | } |
| 149 | 149 | |
| @@ -687,5 +687,5 @@ | ||
| 687 | 687 | return rtrim( $upload_dir['url'], '/' ) . $filename; |
| 688 | 688 | } |
| 689 | 689 | |
| 690 | 690 | #endregion |
| 691 | - } | |
| 691 | + } | |