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,8 +129,7 @@ class PFASmarty {
* @return mixed $data * @return mixed $data
* */ * */
public function sanitise($data) { public function sanitise($data) {
if (is_object($data)) {
if(is_object($data)) {
return $data; // can't handle return $data; // can't handle
} }