From: Ralf Ertzinger Date: Tue, 15 Apr 2008 18:30:45 +0000 (+0200) Subject: - Fix subroutine ref X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=844f3a7ee84b480f3a23b328259bd2fc69981066 - Fix subroutine ref --- diff --git a/videosite/Base.pm b/videosite/Base.pm index 2db4969..cad4374 100644 --- a/videosite/Base.pm +++ b/videosite/Base.pm @@ -23,7 +23,7 @@ sub error { $t = sprintf(shift(@_), @_); $t =~ s/%/%%/g; - $self->{'_OUT'}->($t); + $self->{'_OUT'}($t); } sub debug {