summaryrefslogtreecommitdiffstats
path: root/code/pages.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'code/pages.inc.php')
-rw-r--r--code/pages.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/pages.inc.php b/code/pages.inc.php
index ca0dbc1..09cd525 100644
--- a/code/pages.inc.php
+++ b/code/pages.inc.php
@@ -39,6 +39,7 @@
$data = array_map('Unquote', $data);
$data['_id'] = $res->fields[0];
$data['_page'] = $name;
+ $data['_type'] = $type;
return $this->Get($res->fields[1], 'e', array('_data' => $data));
}