diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 433019c0e..77c8c493d 100644 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -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] : '';