[Rt-commit] r19933 - rt/3.999/trunk/lib

sartak at bestpractical.com sartak at bestpractical.com
Sat Jun 6 06:24:35 EDT 2009


Author: sartak
Date: Sat Jun  6 06:24:34 2009
New Revision: 19933

Modified:
   rt/3.999/trunk/lib/RT.pm

Log:
Get rid of $RT::MasonDataDir

Modified: rt/3.999/trunk/lib/RT.pm
==============================================================================
--- rt/3.999/trunk/lib/RT.pm	(original)
+++ rt/3.999/trunk/lib/RT.pm	Sat Jun  6 06:24:34 2009
@@ -72,10 +72,6 @@
 our $LocalLexiconPath = $BASE_PATH . '/local/po';
 our $LocalPluginPath  = $LocalPath . "/plugins";
 
-# $MasonDataDir Where mason keeps its datafiles
-
-our $MasonDataDir = $BASE_PATH . '/var/mason_data';
-
 # RT needs to put session data (for preserving state between connections
 # via the web interface)
 our $MasonSessionDir = $BASE_PATH . '/var/session_data';


More information about the Rt-commit mailing list