mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 10:17:16 +02:00
Change paths() method to be more useful
This commit is contained in:
@@ -130,7 +130,7 @@ class Uri
|
||||
if (isset($id)) {
|
||||
return $this->paths[$id];
|
||||
} else {
|
||||
return implode('/', $this->paths);
|
||||
return $this->paths;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user