X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cfdf5b93d98c0b317b362fba0f0d40b5b3eec09e..refs/pull/806/head:/app/Entity.php diff --git a/app/Entity.php b/app/Entity.php index 67edec4e0..5d4449f2b 100644 --- a/app/Entity.php +++ b/app/Entity.php @@ -197,8 +197,8 @@ class Entity extends Ownable * @param $path * @return string */ - public function getUrl($path) + public function getUrl($path = '/') { - return '/'; + return $path; } }