diff --git a/src/Module/Directory.php b/src/Module/Directory.php index 69588604d..2c67f6e7b 100644 --- a/src/Module/Directory.php +++ b/src/Module/Directory.php @@ -33,13 +33,6 @@ class Directory extends BaseModule } } - public static function post() - { - if (!empty($_POST['search'])) { - self::getApp()->data['search'] = $_POST['search']; - } - } - public static function content() { $app = self::getApp();