From 10699b89f253bba5bf180ffa1b12f30aa17197fa Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 2 Nov 2022 19:48:21 +0100 Subject: [PATCH] (cp 5551332) fix syntax error syntax error, unexpected ')' in include/ws_functions/pwg.php --- include/ws_functions/pwg.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ws_functions/pwg.php b/include/ws_functions/pwg.php index 111620d95..75ef063a3 100644 --- a/include/ws_functions/pwg.php +++ b/include/ws_functions/pwg.php @@ -829,13 +829,13 @@ SELECT id, uppercats { $full_cat_path[$category_id] = get_cat_display_name_cache( $uppercats, - 'admin.php?page=album-', + 'admin.php?page=album-' ); $uppercats = explode(",", $uppercats); $name_of_category[$category_id] = get_cat_display_name_cache( end($uppercats), - 'admin.php?page=album-', + 'admin.php?page=album-' ); } } @@ -1063,4 +1063,4 @@ SELECT 'summary' => $search_summary ); } -?> \ No newline at end of file +?>