From 4fd408ae7e97c775aa9ab9c74431445af0684fd1 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 21 Apr 2008 16:35:48 +0000 Subject: Minor update to the default entity URLs git-svn-id: https://code.elgg.org/elgg/trunk@506 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 00ee54663..77dc3f073 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -961,7 +961,7 @@ } if ($url == "") { - $url = $CONFIG->url . "view/" . $entity_guid; + $url = $CONFIG->url . "pg/view/" . $entity_guid; } return $url; -- cgit v1.2.3