IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10566


Ignore:
Timestamp:
Dec 8, 2006, 8:51:24 AM (20 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r10545 r10566  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.13 2006-12-08 03:09:11 price Exp $
     3# $Id: Config.pm,v 1.14 2006-12-08 18:51:24 price Exp $
    44
    55package PS::IPP::Config;
     
    119119        my @segments = $uri->path_segments();
    120120        my $source = shift @segments;
    121         my $path = $self->datapath($path);
     121        my $path = $self->datapath( $source );
    122122        my $rel = File::Spec->catfile( @segments );
    123123        return File::Spec->rel2abs( $rel, $path );
Note: See TracChangeset for help on using the changeset viewer.