X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.class.php;h=f32782e3a08474ec3e3e31c2ded6caeaa94f9797;hp=f1b0dc64dbf53702ab52e10c15a6b698dbfb1ca2;hb=a0a0b23b1133d0fc28c44dd68298850c630f7b3d;hpb=445878d7550643488f117ed59b5169285b205a22 diff --git a/phpfspot.class.php b/phpfspot.class.php index f1b0dc6..f32782e 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -2425,8 +2425,8 @@ class PHPFSPOT { } /* check for pending slash on web_path */ - if(!preg_match("/\/$/", $this->web_path)) - $this->web_path.= "/"; + if(!preg_match("/\/$/", $this->cfg->web_path)) + $this->cfg->web_path.= "/"; return $this->runtime_error;