aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-28 21:11:07 -0800
committerfriendica <info@friendica.com>2015-01-28 21:11:07 -0800
commitb9a760783d9e82650db7f9dbfd1e0e8ab678f2d6 (patch)
tree75a839964f63227b84c86707dc25611d9f5be44f /mod
parent74f9544ed40b4d6110846d87fec16ca4102fca13 (diff)
parent2039710962db42e0b85a1ab452f923b921bce1b4 (diff)
downloadvolse-hubzilla-b9a760783d9e82650db7f9dbfd1e0e8ab678f2d6.tar.gz
volse-hubzilla-b9a760783d9e82650db7f9dbfd1e0e8ab678f2d6.tar.bz2
volse-hubzilla-b9a760783d9e82650db7f9dbfd1e0e8ab678f2d6.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/sitelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/sitelist.php b/mod/sitelist.php
index 95a53c9a4..12911cbd4 100644
--- a/mod/sitelist.php
+++ b/mod/sitelist.php
@@ -28,7 +28,7 @@ function sitelist_init(&$a) {
$result = array('success' => false);
- $r = q("select count(site_url) as total from site where 1 $sql_extra ");
+ $r = q("select count(site_url) as total from site where true $sql_extra ");
if($r)
$result['total'] = intval($r[0]['total']);