File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
wa-apps/installer/lib/config Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 44 'description ' => 'Install new apps from the Webasyst Store ' ,
55 'icon ' => 'img/installer.svg ' ,
66 'mobile ' => false ,
7- 'version ' => '3.8.0 ' ,
8- 'critical ' => '3.8.0 ' ,
7+ 'version ' => '3.8.1 ' ,
8+ 'critical ' => '3.8.1 ' ,
99 'system ' => true ,
1010 'vendor ' => 'webasyst ' ,
1111 'csrf ' => true ,
Original file line number Diff line number Diff line change @@ -383,7 +383,8 @@ private function getFavicons($domain_config)
383383 {
384384 $ links = '' ;
385385 $ domain_favicons = ifset ($ domain_config ['favicons ' ]);
386- if (!is_array ($ domain_favicons )) {
386+ if (!is_array ($ domain_favicons ) && wa ()->appExists ('site ' )) {
387+ wa ('site ' );
387388 siteHelper::updateFaviconsConfig ($ domain_config );
388389 $ domain_favicons = $ domain_config ['favicons ' ];
389390 }
Original file line number Diff line number Diff line change 33return array (
44 'name ' => 'Webasyst ' ,
55 'prefix ' => 'webasyst ' ,
6- 'version ' => '3.8.0 ' ,
7- 'critical ' => '3.8.0 ' ,
6+ 'version ' => '3.8.1 ' ,
7+ 'critical ' => '3.8.1 ' ,
88 'vendor ' => 'webasyst ' ,
99 'csrf ' => true ,
1010 'header_items ' => array (
You can’t perform that action at this time.
0 commit comments