We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e4d9d commit 2535bd2Copy full SHA for 2535bd2
administrator/components/com_finder/src/Table/MapTable.php
@@ -70,8 +70,7 @@ public function check()
70
$this->alias = ApplicationHelper::stringURLSafe($this->title, $this->language);
71
72
if (trim($this->alias) == '') {
73
- // Do not serialize objects
74
- $this->alias = md5(serialize(array_filter($this->getProperties(), fn ($prop) => !is_object($prop))));
+ $this->alias = md5(serialize($this->getProperties()));
75
}
76
77
return true;
0 commit comments