[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.10-12-ge5b1eba

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


The branch, 3.8-trunk has been updated
       via  e5b1ebaae29cb810cefc1a14fc30511eacc0a072 (commit)
      from  a2b11dbef2b465e91f77438a299b342283ddf5c9 (commit)

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

- Log -----------------------------------------------------------------
commit e5b1ebaae29cb810cefc1a14fc30511eacc0a072
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jun 29 16:17:15 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