PMCORE-3919

This commit is contained in:
Paula Quispe
2022-08-12 14:00:49 -04:00
parent 2427b40a74
commit 80bceb59c5

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] : '';