Class file relocations

Issue #3878
This commit is contained in:
Adam Magness
2017-11-07 22:57:46 -05:00
parent 6189f6c8e7
commit 4ca68c7af0
151 changed files with 987 additions and 8742 deletions

View File

@@ -2,6 +2,7 @@
use Friendica\App;
use Friendica\Core\System;
use Friendica\Database\DBM;
require_once('include/bbcode.php');
@@ -23,7 +24,7 @@ function tagrm_post(App $a) {
intval(local_user())
);
if (! dbm::is_result($r)) {
if (! DBM::is_result($r)) {
goaway(System::baseUrl() . '/' . $_SESSION['photo_return']);
}
@@ -72,7 +73,7 @@ function tagrm_content(App $a) {
intval(local_user())
);
if (! dbm::is_result($r)) {
if (! DBM::is_result($r)) {
goaway(System::baseUrl() . '/' . $_SESSION['photo_return']);
}