Nuno Miguel Reis 13 жил өмнө
parent
commit
333472de4c

+ 1 - 1
core/users/group_permissions.php

@@ -219,7 +219,7 @@ require_once "includes/paging.php";
 	//list all the permissions
 		foreach($apps as $app) {
 			$app_name = $app['name'];
-			$description = $app['description']['en'];
+			$description = $app['description']['en-us'];
 
 			echo "<strong>".$app_name."</strong><br />\n";
 			echo "".$description."<br /><br />";