]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15071 fixed typo
authorskodak <skodak>
Sun, 22 Jun 2008 22:32:16 +0000 (22:32 +0000)
committerskodak <skodak>
Sun, 22 Jun 2008 22:32:16 +0000 (22:32 +0000)
lib/dml/pdo_moodle_database.php

index 52aee4c43ccfcda9fd668c17c789f9dc6b4f7add..a84e4415e5e7d723a4053abd6f156f46edcbc692 100644 (file)
@@ -70,7 +70,7 @@ abstract class pdo_moodle_database extends moodle_database {
      * @return array A key=>value array of PDO driver-specific connection options
      */
     protected function get_pdooptions() {
-        return array(PDO::ATTR_PERSISTENT => $this->dbpresist);
+        return array(PDO::ATTR_PERSISTENT => $this->dbpersist);
     }
     
     protected function configure_dbconnection() {