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
No known key found for this signature in database
GPG Key ID: A0379676C4D9D5D9

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