X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=c56f63a84b444ecb425d0232931b8f65435d7f63;hb=f989c331a3fcf7fa34f7111f4ffa2939e04b4600;hp=2d26a9472091626e6e064f1f6808823cb8a0271d;hpb=070aa016e0915c6bba9326a94f7394acd2b21e7f;p=friendica.git diff --git a/include/dba.php b/include/dba.php index 2d26a94720..c56f63a84b 100644 --- a/include/dba.php +++ b/include/dba.php @@ -18,7 +18,7 @@ function q($sql) { $args = func_get_args(); unset($args[0]); - if (!DBA::$connected) { + if (!DBA::connected()) { return false; }