default to standard cstore instead of rstore for env building editor
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 13 Oct 2010 20:16:58 +0000 (20:16 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 13 Oct 2010 20:16:58 +0000 (20:16 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18323 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 9043153..2ec5d1b 100644 (file)
@@ -485,7 +485,7 @@ sub _object_by_path {
 
     my $outer = 0;
     if (!$ed) {
-        $ed = new_rstore_editor(xact=>1);
+        $ed = new_editor(xact=>1);
         $outer = 1;
     }