Merged in bugfix/PMCORE-3919 (pull request #8517)

PMCORE-3919

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2022-08-15 13:21:50 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -5791,7 +5791,7 @@ class G
return $from;
}
public function getRealExtension($extensionInpDoc)
public static function getRealExtension($extensionInpDoc)
{
$aux = explode('.', strtolower($extensionInpDoc));
return isset($aux[1]) ? $aux[1] : '';