aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 15:24:35 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 15:24:35 +0000
commit99b267a9fc4b023e54a9d2c8ec9bd9fe42a32e54 (patch)
tree82fd806004e381ada0cc29c0e1165a7678215551 /engine/lib/entities.php
parent4f14553eb693e5130c4a87a0d521b934e2fbbc31 (diff)
downloadelgg-99b267a9fc4b023e54a9d2c8ec9bd9fe42a32e54.tar.gz
elgg-99b267a9fc4b023e54a9d2c8ec9bd9fe42a32e54.tar.bz2
Refs #2538: Renamed elgg.extendUrl to elgg.normalize_url
git-svn-id: http://code.elgg.org/elgg/trunk@7188 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 915939922..1c8db655b 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -629,6 +629,7 @@ function entity_row_to_elggstar($row) {
}
if (!$new_entity) {
+ //@todo Make this into a function
switch ($row->type) {
case 'object' :
$new_entity = new ElggObject($row);