diff --git a/inc/Admin.php b/inc/Admin.php index 59e3b44..84ac0c9 100644 --- a/inc/Admin.php +++ b/inc/Admin.php @@ -248,7 +248,7 @@ public function add_nps_form() { 'apiHost' => 'https://app.formbricks.com', 'userId' => 'riverbank_' . $website_url, 'attributes' => array( - 'days_since_install' => self::convert_to_category( round( ( time() - get_option( 'riverbank_install', 0 ) ) / DAY_IN_SECONDS ) ), + 'days_since_install' => self::convert_to_category( round( ( time() - get_option( 'riverbank_install', time() ) ) / DAY_IN_SECONDS ) ), ), );