Jake Vanderwerf
6 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
inc/managers/VerifyEntryManager.php
@@ -17,7 +17,7 @@
   protected function defineTables():void
   {
      $types = implode(',', array_map(function($item) { return "`{$item}`"; },Registrar::getFeatured('verify_entry')));
      $types = implode(',', array_map(function($item) { return "`{$item}`"; },Registrar::withFeature('verify_entry')));
      $table = CustomTable::for('verify_entry');
@@ -77,7 +77,7 @@
         return $this->response(false, 'Term does not exist');
      }
      $profile = get_user_meta($userID, BASE.'link', true);
      $profile = get_user_meta($userID, BASE.'profile_link', true);
      if (empty($profile)) {
         return $this->response(false, 'No Profile found');
      }