aboutsummaryrefslogtreecommitdiff
path: root/mod/file
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-24 22:01:03 -0400
committercash <cash.costello@gmail.com>2011-10-24 22:01:03 -0400
commit3703a53134d6b167602cd40f31eb58bfefda9d0b (patch)
tree4aad1258a23c99f906d4dc27020369ad2e12abd3 /mod/file
parent5879ebf600db1609b0cd5112206fd1e34b722144 (diff)
downloadelgg-3703a53134d6b167602cd40f31eb58bfefda9d0b.tar.gz
elgg-3703a53134d6b167602cd40f31eb58bfefda9d0b.tar.bz2
Fixes #3974 blog, bookmarks, file, and pages plugins consistent in integration with categories plugin
Diffstat (limited to 'mod/file')
-rw-r--r--mod/file/views/default/object/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/views/default/object/file.php b/mod/file/views/default/object/file.php
index fbd585b8a..874d8fb07 100644
--- a/mod/file/views/default/object/file.php
+++ b/mod/file/views/default/object/file.php
@@ -53,7 +53,7 @@ $metadata = elgg_view_menu('entity', array(
'class' => 'elgg-menu-hz',
));
-$subtitle = "$author_text $date $categories $comments_link";
+$subtitle = "$author_text $date $comments_link $categories";
// do not show the metadata and controls in widget view
if (elgg_in_context('widgets')) {