Skip to content

Commit

Permalink
fix #123
Browse files Browse the repository at this point in the history
  • Loading branch information
dqwiki committed Feb 5, 2017
1 parent a9abca5 commit 35712c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/src/userMgmtLogObject.php
Expand Up @@ -31,7 +31,7 @@ public function __construct(array $vars){
$this->hideTarget = $vars['hideTarget'];
}

public static function insert($logAction, $logChange, $logReason, $targetUserId, $doneByUserId, $hideTarget = 0){
public static function insert($logAction, $logChange, $logReason, $targetUserId, $doneByUserId, $hideTarget = "0"){
debug('in insert for userMgmtLog<br/>');

if($hideTarget === true){
Expand Down

0 comments on commit 35712c7

Please sign in to comment.