mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG FIX: $params variable removed
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@86532 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7a392bd91b
commit
a98a415849
@ -384,7 +384,7 @@ class SQLQuery extends Object {
|
||||
* @return Query
|
||||
*/
|
||||
function execute() {
|
||||
return DB::query($this->sql(), E_USER_ERROR, $params);
|
||||
return DB::query($this->sql(), E_USER_ERROR);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user