1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02: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 else
{ {
return "None"; return LAN_NONE;
} }
} }