]> git.mxchange.org Git - friendica.git/commit
dbm.php - is_result should be a static function
authorrabuzarus <rabuzarus@t-online.de>
Mon, 25 Jul 2016 09:46:14 +0000 (11:46 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 09:46:14 +0000 (11:46 +0200)
commite4bef0971738a7e9e40df52770d75c092f3cc87f
tree0509bb32d2bfa0b38af8fc5cdc97224dd0993b04
parent18cbe9f6ff275cbb363fd9a0a5014bc8fe3d9f7b
dbm.php - is_result should be a static function

there was a notice in php.out - `Non-static method dbm::is_result() should not be called statically`
This should fix it.
include/dbm.php