2
0
forked from Wavyzz/dolibarr

FIX #11244 Enhance repair tool

This commit is contained in:
Laurent Destailleur
2019-05-29 12:21:51 +02:00
parent cf70b26db7
commit 05063016e8
2 changed files with 114 additions and 26 deletions

View File

@@ -649,7 +649,7 @@ function dol_include_once($relpath, $classname = '')
* @param int $returnemptyifnotfound 0:If $type==0 and if file was not found into alternate dir, return default path into main dir (no test on it)
* 1:If $type==0 and if file was not found into alternate dir, return empty string
* 2:If $type==0 and if file was not found into alternate dir, test into main dir, return default path if found, empty string if not found
* @return string Full filesystem path (if path=0), Full url path (if mode=1)
* @return string Full filesystem path (if path=0) or '' if file not found, Full url path (if mode=1)
*/
function dol_buildpath($path, $type = 0, $returnemptyifnotfound = 0)
{