diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-05 19:52:41 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-05 19:52:41 -0700 |
commit | f20933e1e0f955d49fff3780c367ea2edf581728 (patch) | |
tree | d384d386afc276e666c853051256bbe912412261 /include/items.php | |
parent | df8f6e45e244be95dd8ddc51e1f0b1245eaebc6e (diff) | |
download | volse-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-x | include/items.php | 2 |
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; |