aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-05 19:52:41 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-05 19:52:41 -0700
commitf20933e1e0f955d49fff3780c367ea2edf581728 (patch)
treed384d386afc276e666c853051256bbe912412261 /include/items.php
parentdf8f6e45e244be95dd8ddc51e1f0b1245eaebc6e (diff)
downloadvolse-hubzilla-f20933e1e0f955d49fff3780c367ea2edf581728.tar.gz
volse-hubzilla-f20933e1e0f955d49fff3780c367ea2edf581728.tar.bz2
volse-hubzilla-f20933e1e0f955d49fff3780c367ea2edf581728.zip
more work on db storage of doco
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index 5e584b09c..c067d3c1e 100755
--- a/include/items.php
+++ b/include/items.php
@@ -4911,6 +4911,8 @@ function update_remote_id($channel,$post_id,$webpage,$pagetitle,$namespace,$remo
$page_type = 'BUILDBLOCK';
elseif($webpage == ITEM_TYPE_PDL)
$page_type = 'PDL';
+ elseif($webpage == ITEM_TYPE_DOC)
+ $page_type = 'docfile';
elseif($namespace && $remote_id) {
$page_type = $namespace;
$pagetitle = $remote_id;