aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-08 21:30:54 -0700
committerfriendica <info@friendica.com>2013-05-08 21:30:54 -0700
commitcb0a90d6281a0fef998bfa342612fe47f91a2099 (patch)
tree71ed1ec0ae1674fb11046cf1b160e6ae32da355a /boot.php
parent51c27579ba79d32c26052c0d1f1218a16315234b (diff)
downloadvolse-hubzilla-cb0a90d6281a0fef998bfa342612fe47f91a2099.tar.gz
volse-hubzilla-cb0a90d6281a0fef998bfa342612fe47f91a2099.tar.bz2
volse-hubzilla-cb0a90d6281a0fef998bfa342612fe47f91a2099.zip
small updates
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e230a13c6..273f71f2a 100644
--- a/boot.php
+++ b/boot.php
@@ -1126,7 +1126,7 @@ function check_config(&$a) {
*/
$r = q("SELECT * FROM `addon` WHERE `installed` = 1");
- if(count($r))
+ if($r)
$installed = $r;
else
$installed = array();