X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=b24d9b409d00125ad7349848d822089a5e908aff;hb=f63be91bd54fb29b3302bd259861fa92a0562067;hp=1fe4cab4003542217da2bd5cc6fce0f8c2f14e08;hpb=334d3921549a538130220f8b627f39f3e0877e26;p=friendica.git diff --git a/include/dba.php b/include/dba.php index 1fe4cab400..b24d9b409d 100644 --- a/include/dba.php +++ b/include/dba.php @@ -93,7 +93,6 @@ class dba { // No suitable SQL driver was found. if (!self::$connected) { - self::$driver = null; self::$db = null; } $a->save_timestamp($stamp1, "network");