I'm trying to update from v1.0 RC2 and it won't find the language edits or something that i made in the lang.English.php file.
I have:
$template->set_page_title($lang['Portal']);
and i've double checked the lang.English file so many times and deleted/re-uploaded the file and i keep getting
QuoteIn file portal.php on line 56:
E_NOTICE - Undefined index: Portal
And the above code is on line 56 so i dont get it ... this is what i have in my lang file.
//
// Downloads Translations
//
$lang['Templates'] = 'Templates';
$lang['Modifications'] = 'Modifications';
$lang['Graphics'] = 'Graphics';
$lang['Downloads'] = 'Downloads';
$lang['FileList'] = 'File List';
$lang['NewFile'] = 'New File';
$lang['NoSuchFile'] = 'The file %s does not exist or was removed';
$lang['Portal'] = 'Portal';
//
// Initialize a new translations holder array
//
$lang = array();
//
// Translation settings
_______________


.