summaryrefslogtreecommitdiff
path: root/lib/CGI/Fast.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CGI/Fast.pm')
-rw-r--r--lib/CGI/Fast.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CGI/Fast.pm b/lib/CGI/Fast.pm
index 85fc158154..d29feb41b5 100644
--- a/lib/CGI/Fast.pm
+++ b/lib/CGI/Fast.pm
@@ -55,6 +55,7 @@ sub new {
}
}
CGI->_reset_globals;
+ $self->_setup_symbols(@SAVED_SYMBOLS) if @CGI::SAVED_SYMBOLS;
return $CGI::Q = $self->SUPER::new($initializer, @param);
}