Loading language in the core features hook avoids errors when activating SD with the new ajax function
emanuele

emanuele commited on 2012-10-25 05:47:59
Showing 1 changed files, with 1 additions and 0 deletions.


Signed-off-by: emanuele <emanuele45@gmail.com>
... ...
@@ -490,6 +490,7 @@ function shd_admin_core_features(&$core_features)
490 490
 {
491 491
 	$temp = $core_features;
492 492
 	$core_features = array();
493
+	shd_load_language('sd_language/SimpleDeskAdmin');
493 494
 
494 495
 	foreach ($temp as $k => $v)
495 496
 	{
496 497