aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-28 08:28:32 +0000
committerMario <mario@mariovavti.com>2021-05-28 08:28:32 +0000
commitf1aace5a22368a703e562169f855a0e387c5b93a (patch)
tree95a2cb5b651217ad85cece95e12137534f5ad274 /include/import.php
parent0718ac514d2421a96ab191f874a0cd8b120a5a78 (diff)
downloadvolse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.gz
volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.bz2
volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.zip
remove unobscure()
Diffstat (limited to 'include/import.php')
-rw-r--r--include/import.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/import.php b/include/import.php
index bf7f47c3e..ae7b2787a 100644
--- a/include/import.php
+++ b/include/import.php
@@ -1846,7 +1846,6 @@ function get_webpage_elements($channel, $type = 'all') {
$elements['pages'] = array();
$pages = array();
foreach($r as $rr) {
- unobscure($rr);
//$lockstate = (($rr['allow_cid'] || $rr['allow_gid'] || $rr['deny_cid'] || $rr['deny_gid']) ? 'lock' : 'unlock');
@@ -1894,8 +1893,6 @@ function get_webpage_elements($channel, $type = 'all') {
$elements['layouts'] = array();
foreach($r as $rr) {
- unobscure($rr);
-
$elements['layouts'][] = array(
'type' => 'layout',
'description' => $rr['title'], // description of the layout
@@ -1931,8 +1928,6 @@ function get_webpage_elements($channel, $type = 'all') {
$elements['blocks'] = array();
foreach($r as $rr) {
- unobscure($rr);
-
$elements['blocks'][] = array(
'type' => 'block',
'title' => $rr['title'],