diff --git a/lib/Insteon/BaseInsteon.pm b/lib/Insteon/BaseInsteon.pm index 1b9bceff9..74f26c404 100755 --- a/lib/Insteon/BaseInsteon.pm +++ b/lib/Insteon/BaseInsteon.pm @@ -1506,7 +1506,7 @@ sub _process_sync_queue { &::print_log("[Insteon::BaseController] error in sync links callback: " . $@) if $@ and $main::Debug{insteon}; $$self{sync_queue_callback} = undef; - package Insteon::Insteon_link; + package Insteon::BaseController; } }