Merged in bugfix/PMCORE-3919 (pull request #8517)
PMCORE-3919 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -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] : '';
|
||||
|
||||
Reference in New Issue
Block a user