Skip to content

Commit 27b3f4c

Browse files
committed
Fix code indentation
1 parent decfda9 commit 27b3f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/profile.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public static function getGeneralRights() {
298298
public static function getTypesRights() {
299299
$rights = array();
300300

301-
include_once(GLPI_ROOT."/plugins/genericobject/inc/type.class.php");
301+
include_once(GLPI_ROOT."/plugins/genericobject/inc/type.class.php");
302302

303303
$types = PluginGenericobjectType::getTypes(true);
304304
if ( count( $types) > 0 ) {

0 commit comments

Comments
 (0)