]> git.mxchange.org Git - friendica.git/commitdiff
Remove deprecated call
authornupplaPhil <admin@philipp.info>
Mon, 30 Dec 2019 22:08:06 +0000 (23:08 +0100)
committernupplaPhil <admin@philipp.info>
Mon, 30 Dec 2019 22:08:06 +0000 (23:08 +0100)
src/Core/System.php

index 132a64fe512f9f530ab5a95ef7fff58d871cca22..709864492e0c8268a04d41d051f8968b81808d84 100644 (file)
@@ -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