X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fsite%2FSite.php;h=a6e63391da33418ef0777a8addce537b2ff2e0bb;hb=2480aae0c97d822e10b50619e7b48b25c45af073;hp=31e159093349dd0fa633d2de77ce0aa22751de60;hpb=4a5f646a7fea7cbe0421c5cf38b72bae5c1bcf65;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/Site.php b/includes/site/Site.php index 31e1590933..a6e63391da 100644 --- a/includes/site/Site.php +++ b/includes/site/Site.php @@ -333,7 +333,7 @@ class Site implements Serializable { */ public function getLinkPath() { $type = $this->getLinkPathType(); - return $type === null ? null: $this->getPath( $type ); + return $type === null ? null : $this->getPath( $type ); } /**