diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:57:55 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:58:37 +0200 |
commit | 7688cbcdf666c2c538bc35cbc4efbe929a8fa9da (patch) | |
tree | f5d9ee465597ec647c119cbc5e490ca970406446 /phpfspot_db.php | |
parent | 2765fc086522b5fb9f209bdfe266e577fc65ca84 (diff) |
further pimped code for phpDocumentor
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot_db.php')
-rw-r--r-- | phpfspot_db.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpfspot_db.php b/phpfspot_db.php index 83376ad..90fdb8c 100644 --- a/phpfspot_db.php +++ b/phpfspot_db.php @@ -42,7 +42,9 @@ class PHPFSPOT_DB { */ public function __construct($parent, $db_path) { - $this->parent = $parent; + global $phpfspot; + + $this->parent = $phpfspot; $this->db_path = $db_path; /* We are starting disconnected */ |