X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Ferror.class.php;h=94cd9340ca71dafcd65dfee21d7884f412afc551;hb=79af43f54786fd065b376c2a774fc8c9d454e1cb;hp=aabfedef1705ed8a731970ffda28df8698f79b47;hpb=4803e9cd9f30451ad96e034434d7816eacf25013;p=squirrelmail.git diff --git a/class/error.class.php b/class/error.class.php index aabfedef..94cd9340 100644 --- a/class/error.class.php +++ b/class/error.class.php @@ -5,7 +5,7 @@ * * This contains the custom error handler for SquirrelMail. * - * @copyright © 2005-2006 The SquirrelMail Project Team + * @copyright © 2005-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -177,7 +177,7 @@ class ErrorHandler { } if ($aError['category'] & SQM_ERROR_PLUGIN) { $aErrorCategory[] = 'PLUGIN'; - do_hook_function('error_handler_plugin',$aError); + do_hook('error_handler_plugin', $aError); // plugin related error handling inside } //if ($aError['category'] & SQM_ERROR_X) {