mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 22:48:28 +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
|
||||
*/
|
||||
protected function quoteValue($sValue)
|
||||
public function quoteValue($sValue)
|
||||
{
|
||||
$oPdo = $this->getPDO();
|
||||
return $oPdo ? $oPdo->quote((string) $sValue, \PDO::PARAM_STR) : '\'\'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue