From 89fb9b1d642877f9eabec729f6ce02a738d0f57e Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 4 Dec 2016 22:35:30 +0100 Subject: [PATCH] fixes #231, add link to album edit page after create --- admin/cat_list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/cat_list.php b/admin/cat_list.php index ce9feaf4a..642c7aa51 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -225,7 +225,8 @@ elseif (isset($_POST['submitAdd'])) } else { - $page['infos'][] = $output_create['info']; + $edit_url = get_root_url().'admin.php?page=album-'.$output_create['id']; + $page['infos'][] = $output_create['info'].' '.l10n('Edit album').''; } } // save manual category ordering