aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggFile.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-04-21 11:52:45 -0400
committerBrett Profitt <brett.profitt@gmail.com>2011-04-21 11:52:45 -0400
commit581c2d35ae053aed07a607b8bb844603c48b7c2f (patch)
tree5bf4518d8993ac0d81b424af87c8d46e313159aa /engine/classes/ElggFile.php
parent1a9779ddd274ca47df2d0fdf27328a08255d5c5f (diff)
downloadelgg-581c2d35ae053aed07a607b8bb844603c48b7c2f.tar.gz
elgg-581c2d35ae053aed07a607b8bb844603c48b7c2f.tar.bz2
Revert "Denormalizing annotation names for calculation functions."
This reverts commit 628aa953ec150a1ed34680ef1d4f9c81dfc99bb1.
Diffstat (limited to 'engine/classes/ElggFile.php')
-rw-r--r--engine/classes/ElggFile.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/classes/ElggFile.php b/engine/classes/ElggFile.php
index df42ab97f..fe25491a8 100644
--- a/engine/classes/ElggFile.php
+++ b/engine/classes/ElggFile.php
@@ -322,7 +322,6 @@ class ElggFile extends ElggObject {
$options = array(
'guid' => $this->guid,
'where' => array("n.string LIKE 'filestore::%'"),
- 'join' => "JOIN {$db_prefix}metastrings n on n_table.name_id = n.id"
);
$mds = elgg_get_metadata($options);