DataObjects/Core_person.php
authorjohn <john@roojs.com>
Thu, 11 Oct 2018 04:40:09 +0000 (12:40 +0800)
committerjohn <john@roojs.com>
Thu, 11 Oct 2018 04:40:09 +0000 (12:40 +0800)
DataObjects/Core_person.php

index 75db325..e2128ad 100644 (file)
@@ -683,7 +683,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         }
         
         
-        $aur['disable_oath'] = (bool)$oath_require  ? 1 : 0;
+        $aur['require_oath'] = (bool)$oath_require  ? 1 : 0;
         
         return $aur;
     }