In the file of language inside Admin Control Panel:
/admin/language/en.php (or other equivalent language in use)
Don´t exist the following string:
- Code: Select all
$language['menuLeftSystem_update_thumbs']
This generates an error in view of the item in the sidebar Check & Updates in Admin > System.
To correct the problem, just open the file's language administration panel (like /admin/language/en.php) and...
Find:
- Code: Select all
$language['menuLeftSystem_duplicate_content'] = 'Check duplicate content';
Insert after:
- Code: Select all
$language['menuLeftSystem_update_thumbs'] = 'Update Thumbnails';
I hope I have contributed to this fabulous script!