X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Ferror.class.php;h=e8c21d26efd8d5f28055717bf11dfcc2eeae4061;hb=f2785d1147920588b40e8a34e3c980697e08748f;hp=aabfedef1705ed8a731970ffda28df8698f79b47;hpb=4803e9cd9f30451ad96e034434d7816eacf25013;p=squirrelmail.git diff --git a/class/error.class.php b/class/error.class.php index aabfedef..e8c21d26 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-2016 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) {