1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

PHP Notice removal and debug info styling.

This commit is contained in:
Cameron
2017-12-17 13:13:18 -08:00
parent d73f39f61d
commit a68cf279b6
6 changed files with 13 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ class page_related // replace 'e_' with 'plugin-folder_'
$items[] = array(
'title' => $title,
'url' => e107::getUrl()->create('page/view/index',$row), // '{e_BASE}news.php?extend.'.$row['news_id'],
'summary' => $row['page_metadescr'],
'summary' => $row['page_metadscr'],
'image' => $row['menu_image']
);
}