fix missing cell into perms screen

This commit is contained in:
florian HENRY 2019-05-17 18:10:40 +02:00
parent 6cf01b034b
commit fcfabd40af
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
/* Copyright (C) 2005-2013 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2007-2009 Regis Houssin <regis.houssin@inodbox.com>
*

View File

@ -331,7 +331,9 @@ if ($result)
print '</td>';
}
print '<td></td>';
}
}else {
print '<td></td><td></td>';
}
print '<td></td>';
print '</tr>'."\n";
}