diff options
-rw-r--r-- | phpfspot_cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 1abedc8..75b874f 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -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"); |