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:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user