diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-03 12:09:28 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-03 12:09:28 +0000 |
commit | d29d1f9ba7291c39f11f9f19d1212d69481b1cb1 (patch) | |
tree | 4fea9f73b0c17876cb4c84d89efcc01f16f5b5f6 | |
parent | 25594a95bc715af05ba8d978ceb892d6fbdd7d0a (diff) |
fix variable name syntax for base_path
git-svn-id: file:///var/lib/svn/phpfspot/trunk@286 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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"); |