aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-21 16:35:48 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-21 16:35:48 +0000
commit4fd408ae7e97c775aa9ab9c74431445af0684fd1 (patch)
tree15d37d88e95a1d72fdd23a4fcf21c1c7ed206b06 /engine/lib/entities.php
parente14beb4681147ab97c00c9969926bb760475b599 (diff)
downloadelgg-4fd408ae7e97c775aa9ab9c74431445af0684fd1.tar.gz
elgg-4fd408ae7e97c775aa9ab9c74431445af0684fd1.tar.bz2
Minor update to the default entity URLs
git-svn-id: https://code.elgg.org/elgg/trunk@506 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
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;