Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17761)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17830)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.74 2008-05-21 19:57:19 jhoblitt Exp $
+# $Id: Server.pm,v 1.75 2008-05-28 20:49:34 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -207,7 +207,8 @@
 
         {
+            
             # create instance with no URI
             my $query = $db->prepare_cached( $sql->new_object_instance );
-            $query->execute($vol_id);
+            $query->execute($so_id, $vol_id);
         }
 
