diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-08-22 20:58:21 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-08-22 20:58:21 +0000 |
commit | 46c278c3603765b623fa441e2435274fbeda05ad (patch) | |
tree | c2b926d3195aa71524f9c8b692e567cfd4605b9b /mod/file/actions | |
parent | f9ee6f1429f800c3eed3c0ef59d98219be32fba8 (diff) | |
download | elgg-46c278c3603765b623fa441e2435274fbeda05ad.tar.gz elgg-46c278c3603765b623fa441e2435274fbeda05ad.tar.bz2 |
Merged r6620:6653 from 1.7 branch into trunk
git-svn-id: http://code.elgg.org/elgg/trunk@6846 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/actions')
-rw-r--r-- | mod/file/actions/delete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/actions/delete.php b/mod/file/actions/delete.php index ee6dab91e..7e826278c 100644 --- a/mod/file/actions/delete.php +++ b/mod/file/actions/delete.php @@ -63,6 +63,6 @@ } - forward("pg/file/" . $_SESSION['user']->username); + forward("pg/file/$container->username/"); ?>
\ No newline at end of file |