[gantry] r1483 committed - Fixed a bug where methods url_encode and url_decode could not be calle...

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 18, 2011, 4:06:17 PM2/18/11
to gan...@googlegroups.com
Revision: 1483
Author: num...@gmail.com
Date: Fri Feb 18 13:05:30 2011
Log: Fixed a bug where methods url_encode and url_decode could not be
called from instantiated objects due to missing EXPORT declarations.
http://code.google.com/p/gantry/source/detail?r=1483

Modified:
/trunk/lib/Gantry/Engine/CGI.pm

=======================================
--- /trunk/lib/Gantry/Engine/CGI.pm Mon Mar 1 15:18:37 2010
+++ /trunk/lib/Gantry/Engine/CGI.pm Fri Feb 18 13:05:30 2011
@@ -61,6 +61,8 @@
server_root
file_upload
persistent_dbh
+ url_encode
+ url_decode
);

@EXPORT_OK = qw( );
@@ -289,6 +291,7 @@
sub apache_request {
my( $self, $r ) = @_;

+ return( $self->cgi() );
} # end: apache_request

#-------------------------------------------------

John Weigel

unread,
Feb 18, 2011, 4:11:09 PM2/18/11
to gan...@googlegroups.com
Good catch.

-John

> --
> You received this message because you are subscribed to the Google
> Groups "Gantry" group.
> To post to this group, send email to gan...@googlegroups.com.
> To unsubscribe from this group, send email to gantry+un...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/gantry?hl=en
> .

Tony Shadwick

unread,
Feb 18, 2011, 4:13:07 PM2/18/11
to gan...@googlegroups.com, gan...@googlegroups.com
Thanks. I try to make myself look useful once in a while. :)

Tony Shadwick

Reply all
Reply to author
Forward
0 new messages