patch #3437354 [core] Notice: Array to string conversion in PHP 5.4
This commit is contained in:

committed by
Marc Delisle

parent
b6f02c7aed
commit
ac430ea21d
@@ -175,7 +175,7 @@ class PMA_Error extends PMA_Message
|
||||
$this->getMessage() .
|
||||
$this->getFile() .
|
||||
$this->getLine() .
|
||||
$this->getBacktrace()
|
||||
serialize($this->getBacktrace())
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user