From d29d1f9ba7291c39f11f9f19d1212d69481b1cb1 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 3 Nov 2007 12:09:28 +0000 Subject: fix variable name syntax for base_path git-svn-id: file:///var/lib/svn/phpfspot/trunk@286 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot_cfg.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpfspot_cfg.php.dist') 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"); -- cgit v1.2.3-18-g5258