Skip to content
Snippets Groups Projects
Commit 67084242 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3202 from hregis/3.8_minor

Fix missing mode
parents 1d83a2ea c41c02ad
Branches
Tags
No related merge requests found
<?php <?php
/* Copyright (C) 2008-2012 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2008-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2012-2013 Regis Houssin <regis.houssin@capnetworks.com> * Copyright (C) 2012-2015 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es> * Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -78,7 +78,8 @@ function dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefil ...@@ -78,7 +78,8 @@ function dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefil
'sortcriteria' => $sortcriteria, 'sortcriteria' => $sortcriteria,
'sortorder' => $sortorder, 'sortorder' => $sortorder,
'loaddate' => $loaddate, 'loaddate' => $loaddate,
'loadsize' => $loadsize 'loadsize' => $loadsize,
'mode' => $mode
); );
$reshook=$hookmanager->executeHooks('getNodesList', $parameters, $object); $reshook=$hookmanager->executeHooks('getNodesList', $parameters, $object);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment