Skip to content

Commit 0659776

Browse files
committed
fix #17
1 parent dee5e12 commit 0659776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Piwik.Tracker/PiwikTracker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ public void setUserId(string userId)
11001100
this.setNewVisitorId();
11011101
return;
11021102
}
1103-
if (string.IsNullOrEmpty(this.userId)) {
1103+
if (string.IsNullOrEmpty(userId)) {
11041104
throw new Exception("User ID cannot be empty.");
11051105
}
11061106
this.userId = userId;

0 commit comments

Comments
 (0)