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

PHP Warning Fixes.

This commit is contained in:
Cameron
2020-12-29 08:04:52 -08:00
parent baed9ec8e5
commit 75f595adb0
13 changed files with 61 additions and 27 deletions

View File

@@ -150,7 +150,7 @@ class news_sitelink // include plugin-folder in the name.
'link_order' => '',
'link_parent' => '',
'link_open' => '',
'link_class' => intval($row['news_class'])
'link_class' => 0
);