fix

parent 069ba216
......@@ -121,10 +121,10 @@ class SessionUrl extends \common\components\ActiveRecordModel
$params = $this->parseUrl();
if(isset($params['utm_source'])) {
return true;
return 1;
}
return false;
return 0;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment