1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03:00

fix formatting

This commit is contained in:
David Goodwin
2021-01-26 21:39:11 +00:00
parent e15d9abe06
commit e3269b62d9

View File

@@ -129,7 +129,6 @@ class PFASmarty {
* @return mixed $data
* */
public function sanitise($data) {
if (is_object($data)) {
return $data; // can't handle
}