1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Fix fatal error in PHP8 that occurred when building a plugin without database tables. Developer mode alert now uses the {ALERTS} shortcode for greater control of placement.

This commit is contained in:
Cameron
2021-06-03 09:56:00 -07:00
parent 83c52c8bd8
commit 07f4e53932
3 changed files with 5 additions and 3 deletions

View File

@@ -1649,7 +1649,7 @@ ul.col-selection { background-color: #FCFDFF; }
#admin-menus #sc-admin-help ,
#admin-menus .admin-ui-nav-menu { background: #373737 }
h4.caption { margin-bottom: 15px !important; }
.s-message-body .well { color: white; }
.s-message-body .well, s-message-item pre { color: white; }