Skip to content

Commit

Permalink
Merge pull request #69 from mstovenour/fix_wrong_namespace
Browse files Browse the repository at this point in the history
Callback switches back to wrong name space
  • Loading branch information
krkeegan committed Feb 12, 2013
2 parents 22dd0f4 + 18bcac3 commit 8b5154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Insteon/BaseInsteon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 8b5154a

Please sign in to comment.