[pLog-svn] r7274 - plog/branches/lifetype-1.2/class/database/pdb/drivers

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Feb 19 13:04:31 EST 2024


Author: jondaley
Date: 2024-02-19 13:04:31 -0500 (Mon, 19 Feb 2024)
New Revision: 7274

Modified:
   plog/branches/lifetype-1.2/class/database/pdb/drivers/pdbdriverbase.class.php
Log:
typo in variable name - very few plugins call this method, and no core code does, so we never noticed it was broken

Modified: plog/branches/lifetype-1.2/class/database/pdb/drivers/pdbdriverbase.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/database/pdb/drivers/pdbdriverbase.class.php	2024-02-08 15:06:10 UTC (rev 7273)
+++ plog/branches/lifetype-1.2/class/database/pdb/drivers/pdbdriverbase.class.php	2024-02-19 18:04:31 UTC (rev 7274)
@@ -228,7 +228,7 @@
             
             lt_include( $dataDictPath );
             
-            $className = "PDb".$this->type."DataDict";
+            $className = "PDb".$this->_type."DataDict";
             $class = new $className();
             
             $class->dataProvider = $this;



More information about the pLog-svn mailing list