diff options
author | adam <adam@> | 2021-02-12 13:55:01 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-12 13:55:01 +0200 |
commit | e26ab014a12650b77cc323ee5c0218e68405bfa0 (patch) | |
tree | 986281d1d00da58548d5cc55d482785f57c23a5b /php/node.php | |
parent | 3909f0306619241b46848bcab602a22103fa15ba (diff) | |
download | fileup-e26ab014a12650b77cc323ee5c0218e68405bfa0.tar.gz |
sql restructure
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; |