mirror of
https://github.com/e107inc/e107.git
synced 2025-09-09 22:01:05 +02:00
Renamed class naming standard within e_sitelink.php addon. Use xxxx_sitelink (not xxxx_sitelinks)
This commit is contained in:
@@ -17,7 +17,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
//TODO Lans
|
||||
|
||||
class news_sitelinks // include plugin-folder in the name.
|
||||
class news_sitelink // include plugin-folder in the name.
|
||||
{
|
||||
function config()
|
||||
{
|
||||
|
Reference in New Issue
Block a user