mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
PHPDoc & code cleanup
This commit is contained in:
@@ -57,7 +57,7 @@ class CMDBChange extends DBObject
|
||||
|
||||
// Helper to keep track of the author of a given change,
|
||||
// taking into account a variety of cases (contact attached or not, impersonation)
|
||||
static public function GetCurrentUserName()
|
||||
public static function GetCurrentUserName()
|
||||
{
|
||||
if (UserRights::IsImpersonated())
|
||||
{
|
||||
@@ -83,5 +83,3 @@ class CMDBChange extends DBObject
|
||||
return $sUser;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user