1
1
Fork 0

Class file relocations

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

View file

@ -1,6 +1,7 @@
<?php
use Friendica\App;
use Friendica\Database\DBM;
function viewsrc_content(App $a) {
@ -25,7 +26,7 @@ function viewsrc_content(App $a) {
dbesc($item_id)
);
if (dbm::is_result($r))
if (DBM::is_result($r))
if(is_ajax()) {
echo str_replace("\n",'<br />',$r[0]['body']);
killme();