aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/cat_list.php3
-rw-r--r--admin/picture_modify.php3
-rw-r--r--admin/user_perm.php2
3 files changed, 3 insertions, 5 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index 6caa393f4..e7fc7805c 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -203,8 +203,7 @@ if (isset($_GET['parent_id']))
$navigation.= get_cat_display_name_from_id(
$_GET['parent_id'],
- $base_url.'&parent_id=',
- false
+ $base_url.'&parent_id='
);
}
// +-----------------------------------------------------------------------+
diff --git a/admin/picture_modify.php b/admin/picture_modify.php
index 814ec27d8..9c1af0dd4 100644
--- a/admin/picture_modify.php
+++ b/admin/picture_modify.php
@@ -392,8 +392,7 @@ while ($row = pwg_db_fetch_assoc($result))
$name =
get_cat_display_name_cache(
$row['uppercats'],
- get_root_url().'admin.php?page=album-',
- false
+ get_root_url().'admin.php?page=album-'
);
if ($row['category_id'] == $storage_category_id)
diff --git a/admin/user_perm.php b/admin/user_perm.php
index 36ab8a825..e995c065e 100644
--- a/admin/user_perm.php
+++ b/admin/user_perm.php
@@ -128,7 +128,7 @@ if (pwg_db_num_rows($result) > 0)
{
$template->append(
'categories_because_of_groups',
- get_cat_display_name_cache($category['uppercats'], null, false)
+ get_cat_display_name_cache($category['uppercats'], null)
);
}
}