]> BookStack Code Mirror - bookstack/blobdiff - app/Entity.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Entity.php
index 67edec4e089eefe3d4eb69472da891cde409ed81..5d4449f2bd7817e38db5eb0284baa781c7e0858e 100644 (file)
@@ -197,8 +197,8 @@ class Entity extends Ownable
      * @param $path
      * @return string
      */
-    public function getUrl($path)
+    public function getUrl($path = '/')
     {
-        return '/';
+        return $path;
     }
 }