New default theme #82

Merged
kazhnuz merged 36 commits from feat/new-default-theme into koblog2 2025-07-27 16:03:24 +02:00
Showing only changes of commit 8a77e3f44e - Show all commits

View file

@ -206,7 +206,7 @@ class User
}
public function getSocialNetwork($social) {
return $this->getValue('socials')[Text::cleanUrl($social)];
return $this->getValue('socials')[Text::cleanUrl($social)] ?? "";
}
public function socials() {