aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Removeme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Removeme.php')
-rw-r--r--Zotlabs/Module/Removeme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Removeme.php b/Zotlabs/Module/Removeme.php
index bc18fe0f8..ca2080e83 100644
--- a/Zotlabs/Module/Removeme.php
+++ b/Zotlabs/Module/Removeme.php
@@ -29,7 +29,7 @@ class Removeme extends \Zotlabs\Web\Controller {
if(! ($x && $x['account']))
return;
- if($account['account_password_changed'] != NULL_DATE) {
+ if($account['account_password_changed'] > NULL_DATE) {
$d1 = datetime_convert('UTC','UTC','now - 48 hours');
if($account['account_password_changed'] > d1) {
notice( t('Channel removals are not allowed within 48 hours of changing the account password.') . EOL);