]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSearch.php
Code standards
[friendica.git] / src / Module / BaseSearch.php
index 77abae007acadc77d12cfc4ba3c37a6ef0970991..a3e7a8a8ccb4b97a079e6143e9f7d1cdd8a2e3e1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, 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;