IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8126


Ignore:
Timestamp:
Aug 3, 2006, 6:54:41 PM (20 years ago)
Author:
smalle
Message:
  • bug in Root
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/Root.pm

    r7951 r8126  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: Root.pm,v 1.1 2006-07-22 01:17:33 smalle Exp $
     5# $Id: Root.pm,v 1.2 2006-08-04 04:54:41 smalle Exp $
    66
    77package DataStore::Root;
     
    147147    my $data;
    148148
    149     if ($request->is_success) {
     149    if ($response->is_success) {
    150150        # parse document
    151151        my $parser = DataStore::Product::Parser->new(base_uri => $self->uri);
Note: See TracChangeset for help on using the changeset viewer.