add globals

This commit is contained in:
Ortwin Pinke 2023-05-05 09:20:09 +02:00
parent d491725779
commit 8798c805f6

View file

@ -263,6 +263,7 @@ class cApiModule extends Item {
* @return array Found strings for this module
*/
public function parseModuleForStrings() {
global $cfg;
if ($this->virgin == true) {
return false;
}