Tadashi Okoshi
slash****@users*****
2006年 3月 28日 (火) 18:15:22 JST
Index: affelio/lib/Affelio.pm
diff -u affelio/lib/Affelio.pm:1.40 affelio/lib/Affelio.pm:1.41
--- affelio/lib/Affelio.pm:1.40 Tue Mar 7 23:39:08 2006
+++ affelio/lib/Affelio.pm Tue Mar 28 18:15:22 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: Affelio.pm,v 1.40 2006/03/07 14:39:08 slash5234 Exp $
+# $Id: Affelio.pm,v 1.41 2006/03/28 09:15:22 slash5234 Exp $
package Affelio;
{
@@ -610,7 +610,7 @@
my $self = shift;
try{
- $self->{alm} = new Affelio::Managing::AccessLogManager($self);
+ $self->{alm} = new Affelio::Managing::AccessLogManager(af=> $self);
}
catch Error with {
my $ex = shift;