]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSearch.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / Module / BaseSearch.php
index bccfc94de594d9c0b6d42d8a78adf5bc5272203d..3abc92318262d8754d8655b36af61dac01e8208e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -48,7 +48,6 @@ class BaseSearch extends BaseModule
         */
        public static function performContactSearch($search, $prefix = '')
        {
-               $a      = DI::app();
                $config = DI::config();
 
                $type = Search::TYPE_ALL;