Skip to content
Snippets Groups Projects
Commit daee4a89 authored by Pascal Brouwers's avatar Pascal Brouwers
Browse files

issue 12506: added PR changes

parent 9c5420fb
No related merge requests found
...@@ -605,6 +605,18 @@ class Uploader ...@@ -605,6 +605,18 @@ class Uploader
return $destFileName; return $destFileName;
} }
/**
* Get dispertion path
*
* @param string $fileName
* @return string
* @deprecated
*/
public static function getDispretionPath($fileName)
{
return self::getDispersionPath($fileName);
}
/** /**
* Get dispertion path * Get dispertion path
* *
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment