IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23495


Ignore:
Timestamp:
Mar 24, 2009, 10:07:06 AM (17 years ago)
Author:
bills
Message:

fix problem invoking the _neb_start method

File:
1 edited

Legend:

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

    r23461 r23495  
    416416
    417417    # if not, call _neb_start() and return the new object
    418     return _neb_start() or ( carp "Can't start Nebulous" and return undef );
     418    return $self->_neb_start() or ( carp "Can't start Nebulous" and return undef );
    419419}
    420420
Note: See TracChangeset for help on using the changeset viewer.