diff options
Diffstat (limited to 'mod/file/edit.php')
-rw-r--r-- | mod/file/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/edit.php b/mod/file/edit.php index 12e910a26..66529af0b 100644 --- a/mod/file/edit.php +++ b/mod/file/edit.php @@ -20,7 +20,7 @@ if (!$file->canEdit()) { $title = elgg_echo('file:edit'); -elgg_push_breadcrumb(elgg_echo('file'), "pg/file/all/"); +elgg_push_breadcrumb(elgg_echo('file'), "file/all"); elgg_push_breadcrumb($file->title, $file->getURL()); elgg_push_breadcrumb($title); |