mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Debug module builder
This commit is contained in:
@@ -262,6 +262,8 @@ class Interfaces
|
||||
{
|
||||
if (is_readable($newdir.'/'.$file) && preg_match('/^interface_([0-9]+)_([^_]+)_(.+)\.class\.php/',$file,$reg))
|
||||
{
|
||||
if (preg_match('/\.back$/',$file)) continue;
|
||||
|
||||
$part1=$reg[1];
|
||||
$part2=$reg[2];
|
||||
$part3=$reg[3];
|
||||
|
||||
Reference in New Issue
Block a user