Changes
authorRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2022 12:52:14 +0000 (14:52 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2022 12:52:37 +0000 (14:52 +0200)
- ops, also this needs change since null is no longer wanted

src/Module/Conversation/Network.php

index 6c133b6..848f36c 100644 (file)
@@ -92,7 +92,7 @@ class Network extends BaseModule
                DI::page()['aside'] .= Widget::postedByYear($module . '/archive', local_user(), false);
                DI::page()['aside'] .= Widget::networks($module, !self::$forumContactId ? self::$network : '');
                DI::page()['aside'] .= Widget\SavedSearches::getHTML(DI::args()->getQueryString());
-               DI::page()['aside'] .= Widget::fileAs('filed', null);
+               DI::page()['aside'] .= Widget::fileAs('filed', '');
 
                $arr = ['query' => DI::args()->getQueryString()];
                Hook::callAll('network_content_init', $arr);