diff options
Diffstat (limited to 'php/node.php')
-rw-r--r-- | php/node.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php/node.php b/php/node.php index 3c18519..062da90 100644 --- a/php/node.php +++ b/php/node.php @@ -14,7 +14,8 @@ require_once "database.php"; $this->node_id=$node_id; } } - class Current_Directory + + class Current_Directory extends Node { /*an array of the dir_ids taken to reach here*/ public $path; |