diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-19 17:55:07 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-19 17:55:07 -0700 |
commit | f3adc8d7383a081e0e4d06db0874f422c7baa838 (patch) | |
tree | d08f7d37a010206123c9e5365266fcad9e9aa875 /Zotlabs | |
parent | 1c6d2857cb6978ca7b87a0564013aa2b39024e96 (diff) | |
parent | 09967598e15eb5d201bcc676ffb329b97e1b89b8 (diff) | |
download | volse-hubzilla-f3adc8d7383a081e0e4d06db0874f422c7baa838.tar.gz volse-hubzilla-f3adc8d7383a081e0e4d06db0874f422c7baa838.tar.bz2 volse-hubzilla-f3adc8d7383a081e0e4d06db0874f422c7baa838.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/NativeWikiPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php index 960fe014e..bd40367c9 100644 --- a/Zotlabs/Lib/NativeWikiPage.php +++ b/Zotlabs/Lib/NativeWikiPage.php @@ -21,7 +21,7 @@ class NativeWikiPage { $sql_extra = item_permissions_sql($channel_id,$observer_hash); $r = q("select * from item where resource_type = 'nwikipage' and resource_id = '%s' and uid = %d and item_deleted = 0 - $sql_extra group by mid", + $sql_extra group by mid order by created asc", dbesc($resource_id), intval($channel_id) ); |