Revert "use YAML for installer auth like we do for Koha itself"
authorJoshua Ferraro <jmf@liblime.com>
Sun, 17 Feb 2008 20:38:41 +0000 (14:38 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 17 Feb 2008 20:38:41 +0000 (14:38 -0600)
Sorry, this patch breaks the installer.

This reverts commit 22a044afcebc4def2ef7f629ee4e8d4acf6e5c8d.

installer/InstallAuth.pm

index bf73e61..2f39aab 100644 (file)
@@ -241,7 +241,7 @@ sub checkauth {
     if ( $sessionID = $query->cookie("CGISESSID") ) {
         C4::Context->_new_userenv($sessionID);
         my $session =
-          new CGI::Session( "driver:File;serializer:yaml", $sessionID,
+          new CGI::Session( "driver:File", $sessionID,
             { Directory => '/tmp' } );
         if ( $session->param('cardnumber') ) {
             C4::Context::set_userenv(