diff --git a/vmnotify b/vmnotify index efc7677..584d311 100755 --- a/vmnotify +++ b/vmnotify @@ -231,7 +231,7 @@ sub main { send_mwi_notify(); if ($extended && - $CONFIG->{EXT_NOTIFY} && $CONFIG->{EXT_NOTIFY} eq "yes") { + $CONFIG{EXT_NOTIFY} && $CONFIG{EXT_NOTIFY} eq "yes") { send_ext_notify(); } };