X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.class.php;h=ccfbd2529446fdf966442431972eda0593989b27;hp=12e14fa42f1ef3922d57d0faf75699651081e9a4;hb=7703bb616f1966c47a230f5027b4f718769857d6;hpb=7688cbcdf666c2c538bc35cbc4efbe929a8fa9da diff --git a/phpfspot.class.php b/phpfspot.class.php index 12e14fa..ccfbd25 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -488,10 +488,9 @@ class PHPFSPOT { * is usally not the same as on the webserver, this function * will replace the path with that one specified in the cfg * @param string $path - * @param integer $width * @return string */ - public function translate_path($path, $width = 0) + public function translate_path($path) { return str_replace($this->cfg->path_replace_from, $this->cfg->path_replace_to, $path);