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