shorter param
This commit is contained in:
		| @@ -254,7 +254,7 @@ class ErrorHandler { | |||||||
| 				$type = gettype($arg); | 				$type = gettype($arg); | ||||||
| 				$string .= $type . '('; | 				$string .= $type . '('; | ||||||
| 				if (is_string($arg)) { | 				if (is_string($arg)) { | ||||||
| 					print_r(substr($arg, 0, 50), true); | 					print_r(substr($arg, 0, 20), true); | ||||||
| 				} else { | 				} else { | ||||||
| 					print_r($arg, true); | 					print_r($arg, true); | ||||||
| 				} | 				} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user