Remove deprecated call

2022.09-rc
nupplaPhil 2019-12-30 23:08:06 +01:00
rodzic a4a7f19df1
commit e2dc1d7477
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D8365C3D36B77D90
1 zmienionych plików z 0 dodań i 13 usunięć

Wyświetl plik

@ -20,19 +20,6 @@ use Friendica\Util\XML;
*/
class System
{
/**
* @brief Removes the baseurl from an url. This avoids some mixed content problems.
*
* @param string $orig_url The url to be cleaned
*
* @return string The cleaned url
* @throws \Exception
*/
public static function removedBaseUrl(string $orig_url)
{
return DI::baseUrl()->remove($orig_url);
}
/**
* @brief Returns a string with a callstack. Can be used for logging.
* @param integer $depth optional, default 4