Skip to content
Snippets Groups Projects
Verified Commit c90bdf59 authored by Damien's avatar Damien
Browse files

FIX #9288 start admin list

parent 78c81ba4
No related branches found
No related tags found
No related merge requests found
......@@ -757,7 +757,7 @@ class list_show_Abstract extends functions
$start = $_REQUEST['start'];
$param_comp .= '&start='.$start;
$param_comp .= '&start=0';
if ($name == 'structures' || $name == 'subfolders' || $name == 'types' || $name == 'contact_types' || $name == 'contact_purposes' || $name == 'contacts_v2' || $name == 'contacts_v2_up' || $name == 'contact_addresses_list') {
$link = $_SESSION['config']['businessappurl'].'index.php?page='.$name;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment