[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.1-117-g308acad

Kevin Falcone falcone at bestpractical.com
Wed Jun 29 16:17:46 EDT 2011


The branch, 4.0-trunk has been updated
       via  308acad81619e80a9ee54da9db7030c0e78af231 (commit)
      from  1c1cc5116185c4b5055402467dd7a1ceb03d6eac (commit)

Summary of changes:
 lib/RT/Interface/Web/Session.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 308acad81619e80a9ee54da9db7030c0e78af231
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jun 29 16:12:55 2011 -0400

    Fix typo that was preventing cleaning of file sessions

diff --git a/lib/RT/Interface/Web/Session.pm b/lib/RT/Interface/Web/Session.pm
index 0cce092..8ce8afd 100644
--- a/lib/RT/Interface/Web/Session.pm
+++ b/lib/RT/Interface/Web/Session.pm
@@ -170,7 +170,7 @@ sub ClearOld {
     my $class = shift || __PACKAGE__;
     my $attributes = $class->Attributes;
     if( $attributes->{Directory} ) {
-        return $class->_CleariOldDir( $attributes->{Directory}, @_ );
+        return $class->_ClearOldDir( $attributes->{Directory}, @_ );
     } else {
         return $class->_ClearOldDB( $RT::Handle->dbh, @_ );
     }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list