mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix Fatal error Call to protected method quoteValue
This commit is contained in:
parent
0358827835
commit
db2847d3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ abstract class PdoAbstract
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function quoteValue($sValue)
|
public function quoteValue($sValue)
|
||||||
{
|
{
|
||||||
$oPdo = $this->getPDO();
|
$oPdo = $this->getPDO();
|
||||||
return $oPdo ? $oPdo->quote((string) $sValue, \PDO::PARAM_STR) : '\'\'';
|
return $oPdo ? $oPdo->quote((string) $sValue, \PDO::PARAM_STR) : '\'\'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue