diff options
author | alecpl <alec@alec.pl> | 2010-01-28 11:27:16 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-01-28 11:27:16 +0000 |
commit | 10eedbe75a2022d65ec349de5f3bd12400191974 (patch) | |
tree | 13df2e006a7cbbca30f464877493e4c3f0b67d21 /program/steps/mail/spell_pspell.inc | |
parent | 4fc7a7e5f633f10dac29a9bd7e77bb23e3f9585e (diff) |
- add file/line definitions to raise_error() calls
Diffstat (limited to 'program/steps/mail/spell_pspell.inc')
-rw-r--r-- | program/steps/mail/spell_pspell.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/spell_pspell.inc b/program/steps/mail/spell_pspell.inc index 578bfe523..b443ed525 100644 --- a/program/steps/mail/spell_pspell.inc +++ b/program/steps/mail/spell_pspell.inc @@ -23,7 +23,7 @@ if (!extension_loaded('pspell')) { raise_error(array( 'code' => 500, 'type' => 'php', - 'file' => __FILE__, + 'file' => __FILE__, 'line' => __LINE__, 'message' => "Pspell extension not available"), true, false); header('HTTP/1.1 404 Not Found'); |