1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Fix for PHP Notice Use of undefined constant LAN_LIST - assumed 'LAN_LIST', Line 24 of /e107_plugins/news/templates/news_template.php

This commit is contained in:
Lóna Lore
2017-12-10 11:31:02 +01:00
parent 917074ad3c
commit 2e3f25244a
2 changed files with 1 additions and 1 deletions

View File

@@ -391,7 +391,6 @@ define("LAN_MEDIAMANAGER", "Media Manager");
define("LAN_MOREINFO","More Information...");
define("LAN_COMMENTMAN", "Comments Manager");
define("LAN_LIST", "List");
define("LAN_FILTER", "Filter");
// define("LAN_NO_RECORDS", "No Records Found");
define("LAN_STATUS", "Status");