Skip to content

Commit

Permalink
Merge pull request #9059 from totoprayogo1916/patch-2
Browse files Browse the repository at this point in the history
docs: `referrer` is undefined
  • Loading branch information
kenjis authored Jul 23, 2024
2 parents c23ff44 + 49ffabb commit bbc7608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/user_agent/005.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

if ($agent->isReferral()) {
echo $agent->referrer();
echo $agent->getReferrer();
}

0 comments on commit bbc7608

Please sign in to comment.