We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76146a5 commit 2aec113Copy full SHA for 2aec113
class/Files/Includes/IncludeCommon.php
@@ -133,7 +133,7 @@ private function getCommonCode($module)
133
$replace = $xc->getXcEqualsOperator('$copyright', '"' . $anchor . '"');
134
$ret .= str_replace("\n", '', $replace) . PHP_EOL;
135
$ret .= $pc->getPhpCodeIncludeDir('XOOPS_ROOT_PATH', 'class/xoopsrequest', true);
136
- $ret .= $pc->getPhpCodeIncludeDir("{$stuModuleDirname}_PATH", 'class/helper', true);
+// $ret .= $pc->getPhpCodeIncludeDir("{$stuModuleDirname}_PATH", 'class/helper', true);
137
$ret .= $pc->getPhpCodeIncludeDir("{$stuModuleDirname}_PATH", 'include/functions', true);
138
139
return $ret;
0 commit comments