Fixed script plugins not using first doccomment only

This commit is contained in:
Tim (robske_110)
2016-12-17 16:28:28 +01:00
committed by SOFe
parent d84f990574
commit bb7263beac

View File

@ -105,7 +105,7 @@ class ScriptPluginLoader implements PluginLoader{
$data[$key] = $content;
}
if($insideHeader and strpos($line, "**/") !== false){
if($insideHeader and strpos($line, "*/") !== false){
break;
}
}