aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-08-10 16:28:05 +0100
committerThomas Willingham <founder@kakste.com>2013-08-10 16:28:05 +0100
commitc1a633ddeede7fd2de1b1a186edcbb4222ed51ec (patch)
treefbd77e8ef1ed9f595413556cd7515bcc5595c887 /include
parentd8d45dab76fa96df9f57e9d5975daaf5a5322026 (diff)
downloadvolse-hubzilla-c1a633ddeede7fd2de1b1a186edcbb4222ed51ec.tar.gz
volse-hubzilla-c1a633ddeede7fd2de1b1a186edcbb4222ed51ec.tar.bz2
volse-hubzilla-c1a633ddeede7fd2de1b1a186edcbb4222ed51ec.zip
Missing include for new_keypair
Diffstat (limited to 'include')
-rw-r--r--include/account.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/account.php b/include/account.php
index 6dfb5ae1e..ab442ab39 100644
--- a/include/account.php
+++ b/include/account.php
@@ -6,6 +6,7 @@ require_once('include/plugin.php');
require_once('include/text.php');
require_once('include/language.php');
require_once('include/datetime.php');
+require_once('include/crypto.php');
function check_account_email($email) {