Project

General

Profile

« Previous | Next » 

Revision 1923

Added by darkviper about 11 years ago

syncronize project and some small typo corrections in /admin/

View differences:

index.php
20 20
	function admin_groups_index()
21 21
	{
22 22
		$database = WbDatabase::getInstance();
23
//		$mLang = ModLanguage::getInstance();
24
//		$mLang->setLanguage(dirname(__FILE__).'/languages/', LANGUAGE, DEFAULT_LANGUAGE);
25 23
		$mLang = Translate::getinstance();
26 24
		$mLang->enableAddon('admin\groups');
27 25

  
......
127 125
		}
128 126
		print $output;
129 127
		$admin->print_footer();
130
		$mLang->disableAddon();
131 128
	}
132 129
	// start dispatcher maintenance
133 130
	if(!defined('WB_PATH'))

Also available in: Unified diff