diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -216,7 +216,8 @@ function error($p = array(), $body = null, $to = null) # $body and $to deprecate /** - * Same as error(), plus exit + * Same as it::error(), plus exit + * @see error() */ function fatal($title='', $body='', $to='') { |