mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
PHP Notice fixes. mbstring function fallback.
This commit is contained in:
@@ -489,7 +489,7 @@ function render_meta($type)
|
||||
}
|
||||
}
|
||||
|
||||
// legay meta-tag checks.
|
||||
// legay meta-tag checks.
|
||||
if(empty(e107::getUrl()->response()->getMetaKeywords()))
|
||||
{
|
||||
echo (defined("META_KEYWORDS")) ? "\n<meta name=\"keywords\" content=\"".$key_merge.META_KEYWORDS."\" />\n" : render_meta('keywords');
|
||||
|
Reference in New Issue
Block a user