diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-09 01:39:20 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-09 01:39:20 +0100 |
commit | 60b0f9af909b6f944edd913cb96915cc8c3b7ec3 (patch) | |
tree | 0df872d85d24118cce12a1a1b0cb1e7bfc4f3adb /boot.php | |
parent | 9d04406f9ae8a91f8ec5f3be7f89471ac5605522 (diff) | |
parent | 29ac533cc908a57115d52a8659bce348b36ae6fa (diff) | |
download | volse-hubzilla-60b0f9af909b6f944edd913cb96915cc8c3b7ec3.tar.gz volse-hubzilla-60b0f9af909b6f944edd913cb96915cc8c3b7ec3.tar.bz2 volse-hubzilla-60b0f9af909b6f944edd913cb96915cc8c3b7ec3.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,7 +83,7 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://zothub.com', 'https://hubzilla.site', 'https://red.zottel.red', - 'https://gravizot.de', + 'https://hub.pixelbits.de', 'https://my.federated.social', 'https://hubzilla.nl' ); @@ -1324,7 +1324,7 @@ function check_config(&$a) { * */ - $r = q("SELECT * FROM `addon` WHERE `installed` = 1"); + $r = q("SELECT * FROM addon WHERE installed = 1"); if($r) $installed = $r; else |