1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Removed hardcoded lan.

This commit is contained in:
Lóna Lore 2015-12-12 22:55:10 +01:00
parent 7564382da3
commit 9a5bf51422

View File

@ -844,7 +844,7 @@ class news_shortcodes extends e_shortcode
}
else
{
return "None";
return LAN_NONE;
}
}