fix variable name syntax for base_path
[phpfspot.git] / phpfspot_cfg.php.dist
index 1abedc8740fb9f3fe7b63b9dbdde5d3e44cccb54..75b874f1f73c1d3030102760456b9c4ecd17498d 100644 (file)
@@ -90,7 +90,7 @@ class PHPFSPOT_CFG {
          $this->showError("Please set \$version in phpfspot_cfg");
 
       if(!isset($this->base_path) || $this->base_path == "")
-         $this->this->showError("Please set \$base_path in phpfspot_cfg");
+         $this->showError("Please set \$base_path in phpfspot_cfg");
 
       if(!isset($this->web_path) || $this->web_path == "")
          $this->showError("Please set \$web_path in phpfspot_cfg");