You are here

function patterns_restore_error_handler in Patterns 6.2

Same name and namespace in other branches
  1. 6 patterns.module \patterns_restore_error_handler()
  2. 7.2 includes/error.inc \patterns_restore_error_handler()
  3. 7 includes/error.inc \patterns_restore_error_handler()
1 call to patterns_restore_error_handler()
patterns_implement_action in ./patterns.module
Setup and run an action

File

./patterns.module, line 2884
Enables extremely simple adding/removing features to your site with minimal to no configuration

Code

function patterns_restore_error_handler() {
  restore_error_handler();
}