]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15071 fixed problem introduced into submitted patch
authorskodak <skodak>
Sun, 22 Jun 2008 22:05:59 +0000 (22:05 +0000)
committerskodak <skodak>
Sun, 22 Jun 2008 22:05:59 +0000 (22:05 +0000)
lib/dml/sqlite3_pdo_moodle_database.php

index a8e4397ce52d571c2d440ad1460fa6c48da8ab28..5798fefb43be99b88f78ca48ee474074279b9dc6 100644 (file)
@@ -74,7 +74,7 @@ class sqlite3_pdo_moodle_database extends pdo_moodle_database {
      * Must be called after connect (or after $dbname, $dbhost, etc. members have been set).
      * @return string driver-dependent DSN
      */
-    public function get_dsn() {
+    protected function get_dsn() {
         return 'sqlite:' . $this->get_dbfilepath();
     }