add globals
This commit is contained in:
parent
d491725779
commit
8798c805f6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue