Index: /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 13635)
+++ /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 13636)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.56 2007-06-05 03:39:20 price Exp $
+# $Id: Config.pm,v 1.57 2007-06-05 03:42:32 price Exp $
 
 package PS::IPP::Config;
@@ -569,6 +569,6 @@
 	my @rejContents = <$rejFile>; # Contents of the rejection file
 	close $rejFile;
-	
-	my $self->{rejection} = $parser->parse( join '', @rejContents); # The rejection metadata
+
+	$self->{rejection} = $parser->parse( join '', @rejContents); # The rejection metadata
 	unless (defined $self->{rejection}) {
 	    carp "Unable to parse rejection file $rejRealName.";
