mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 17:16:07 +08: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…
Reference in a new issue