Version 0.1.9

This commit is contained in:
dmzx
2015-12-14 18:02:20 +01:00
parent 94010723ed
commit dbdf8a62bc
41 changed files with 291 additions and 536 deletions

View File

@@ -131,4 +131,4 @@ $lang = array_merge($lang, array(
//Custom edits
'REPLY_WITH_LIKE' =>'Vindt dit bericht leuk',
));
));

View File

@@ -11,6 +11,7 @@ if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
@@ -167,4 +168,4 @@ $lang = array_merge($lang, array(
// Admin perms
'ACL_A_MCHAT' => 'Kan mChat instellingen beheren',
));
));