summaryrefslogtreecommitdiff
path: root/program/steps/mail/spell_pspell.inc
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2009-01-05 10:13:08 +0000
committersvncommit <devs@roundcube.net>2009-01-05 10:13:08 +0000
commit6710a636170c73162560c94629656ddde85c7fa8 (patch)
tree62dbe6c601ce1edc7367e54186e839a38f44d1b1 /program/steps/mail/spell_pspell.inc
parentfa2bfdc0d5b3c2a4bb2e131616b420c3e155bd76 (diff)
Add required parameters to raise_error() calls.
Diffstat (limited to 'program/steps/mail/spell_pspell.inc')
-rw-r--r--program/steps/mail/spell_pspell.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/spell_pspell.inc b/program/steps/mail/spell_pspell.inc
index bf696f2fe..4a829ac48 100644
--- a/program/steps/mail/spell_pspell.inc
+++ b/program/steps/mail/spell_pspell.inc
@@ -22,6 +22,7 @@
if (!extension_loaded('pspell')) {
raise_error(array(
'code' => 500,
+ 'type' => 'php',
'file' => __FILE__,
'message' => "Pspell extension not available"), true, false);