Update DataBase.php

Resolving 500 erreur on Curl sms send for contact
This commit is contained in:
flavaud 2015-03-25 14:53:26 +01:00
parent 538d242f18
commit 52fa2c3908
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
'name' => $name
);
return $this->runQuery($query, $params, SELF::FETCH);
return $this->runQuery($query, $params, self::FETCH);
}
/**