aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-24 11:20:46 -0800
committerredmatrix <git@macgirvin.com>2016-02-24 11:20:46 -0800
commitb101a8f6fb3fd3ec0d5466ba1bb7bc9dc9480fba (patch)
tree88ba8e488264e2cc829d6ad8bae373a46c9fa7b4 /mod
parentd074c538897532a4ff7945c1e725c64ac264d5c2 (diff)
downloadvolse-hubzilla-b101a8f6fb3fd3ec0d5466ba1bb7bc9dc9480fba.tar.gz
volse-hubzilla-b101a8f6fb3fd3ec0d5466ba1bb7bc9dc9480fba.tar.bz2
volse-hubzilla-b101a8f6fb3fd3ec0d5466ba1bb7bc9dc9480fba.zip
missing function
Diffstat (limited to 'mod')
-rw-r--r--mod/webpages.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/webpages.php b/mod/webpages.php
index 8e12b5910..6b157073e 100644
--- a/mod/webpages.php
+++ b/mod/webpages.php
@@ -128,6 +128,8 @@ function webpages_content(&$a) {
// Get a list of webpages. We can't display all them because endless scroll makes that unusable,
// so just list titles and an edit link.
+
+
/** @TODO - this should be replaced with pagelist_widget */
$sql_extra = item_permissions_sql($owner);