diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-31 14:47:38 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-31 14:47:38 +0000 |
commit | 24ef7261d523155ee1c58e8297516e726b4ce80b (patch) | |
tree | dfdb6b1ef7be64237e19b70d7954f149789a72f7 /mod/file/index.php | |
parent | b4bd662414f2d49f238bf0fabf05878d9d967877 (diff) | |
download | elgg-24ef7261d523155ee1c58e8297516e726b4ce80b.tar.gz elgg-24ef7261d523155ee1c58e8297516e726b4ce80b.tar.bz2 |
a little standardization of the file plugin code
git-svn-id: http://code.elgg.org/elgg/trunk@7789 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/index.php')
-rw-r--r-- | mod/file/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/index.php b/mod/file/index.php index b55f5c835..3706f65b3 100644 --- a/mod/file/index.php +++ b/mod/file/index.php @@ -1,6 +1,6 @@ <?php /** - * Elgg file browser + * Individual's or group's files * * @package ElggFile */ |