Update function calls

update function calls to new class
This commit is contained in:
Adam Magness
2018-11-05 07:40:18 -05:00
parent 97fcf23371
commit 748fb8b946
16 changed files with 114 additions and 110 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ use Friendica\App;
use Friendica\Core\Logger;
use Friendica\Core\System;
use Friendica\Model\FileTag;
use Friendica\Util\XML;
use Friendica\Util\Strings;
function filerm_content(App $a)
{
@@ -13,8 +13,8 @@ function filerm_content(App $a)
killme();
}
$term = XML::unescape(trim($_GET['term']));
$cat = XML::unescape(trim($_GET['cat']));
$term = Strings::unescape(trim($_GET['term']));
$cat = Strings::unescape(trim($_GET['cat']));
$category = (($cat) ? true : false);