diff --git a/framework/db/Command.php b/framework/db/Command.php index c06c566dcf..c60355d87e 100644 --- a/framework/db/Command.php +++ b/framework/db/Command.php @@ -1148,7 +1148,6 @@ class Command extends Component } } } - $rawSql = $rawSql ?: $this->getRawSql(); $this->prepare(true);