use string comparator
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 22 Apr 2009 15:49:20 +0000 (15:49 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 22 Apr 2009 15:49:20 +0000 (15:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12960 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Trigger/Event.pm

index 1199543..07a27ae 100644 (file)
@@ -16,7 +16,7 @@ sub new {
     my $editor = shift;
     $class = ref($class) || $class;
 
-    return $id if (ref($id) && ref($id) == $class);
+    return $id if (ref($id) && ref($id) eq $class);
 
     my $standalone = $editor ? 0 : 1;
     $editor ||= new_editor();