1
0
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:
Cameron
2017-03-31 19:04:34 -07:00
parent 80fbb2a334
commit fcbe12c5f6
3 changed files with 23 additions and 9 deletions

View File

@@ -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');