aboutsummaryrefslogtreecommitdiffstats
path: root/mod/channel.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-25 12:59:50 -0700
committerfriendica <info@friendica.com>2013-03-25 12:59:50 -0700
commitfecc7bfad4582c5f13fe8471d4b1ce9ae98e0ab8 (patch)
tree0f0b3004535c944099e7710d5731cbc46a3c8af1 /mod/channel.php
parent23cd14329dcdc5b732a64bd7ba21123f24dd5cfd (diff)
parentfb8a0e06c48f974d7e6ef864992d7453b91cd640 (diff)
downloadvolse-hubzilla-fecc7bfad4582c5f13fe8471d4b1ce9ae98e0ab8.tar.gz
volse-hubzilla-fecc7bfad4582c5f13fe8471d4b1ce9ae98e0ab8.tar.bz2
volse-hubzilla-fecc7bfad4582c5f13fe8471d4b1ce9ae98e0ab8.zip
Merge pull request #43 from beardy-unixer/master
Update build_query for mid
Diffstat (limited to 'mod/channel.php')
-rw-r--r--mod/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php
index 10bd0417f..ff6f1f309 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -248,7 +248,7 @@ function channel_content(&$a, $update = 0, $load = false) {
'$order' => '',
'$file' => '',
'$cats' => (($category) ? $category : ''),
- '$uri' => '',
+ '$mid' => '',
'$dend' => $datequery,
'$dbegin' => $datequery2
));