]> git.agnieray.net Git - galette.git/commitdiff
Deprecated method
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 15 Jun 2020 06:44:24 +0000 (08:44 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 15 Jun 2020 06:44:24 +0000 (08:44 +0200)
galette/lib/Galette/Core/Db.php

index ed10c56f042d24162a09e898a1706c374cdbe406..f0e78979273b57b6e9a2556d555f8c256b3fa1ad 100644 (file)
@@ -787,7 +787,7 @@ class Db
     public function execute($sql)
     {
         try {
-            $query_string = $this->sql->getSqlStringForSqlObject($sql);
+            $query_string = $this->sql->buildSqlString($sql);
             $this->last_query = $query_string;
             Analog::log(
                 'Executing query: ' . $query_string,