Dieser Commit ist enthalten in:
Ortwin Pinke 2023-05-05 09:20:09 +02:00
Ursprung d491725779
Commit 8798c805f6
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -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;
}