The doxygen on watchdog_exception() refers to drupal_decode_exception(), which doesn't exist. It should be _drupal_decode_exception() (leading underscore). Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | typo_in_see_reference-2453321-1.patch | 832 bytes | traviscarden |
Comments
Comment #1
traviscarden commentedComment #2
jhodgdonLooks good, thanks! Note: function does not exist in 8 and also isn't mentioned, so this is D7 only.
Comment #3
David_Rothstein commentedCommitted to 7.x - thanks!