Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-14 11:30:32 +0300
committerJos Poortvliet <jos@opensuse.org>2018-08-14 12:41:33 +0300
commit743ff9394071315201587f8d1134d6ed85d12978 (patch)
treeb16cd53ac0a5460599503d8b5d10e270b122d662 /functions.php
parent62a41ebb837b8ba018a5d02322776ac59b8ebe0e (diff)
Function fixes for signup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index fbe1a014..10da2719 100644
--- a/functions.php
+++ b/functions.php
@@ -16,7 +16,7 @@ require_once locate_template('/lib/comments.php'); // Custom comments mod
require_once locate_template('/lib/relative-urls.php'); // Root relative URLs
require_once locate_template('/lib/widgets.php'); // Sidebars and widgets
require_once locate_template('/lib/custom.php'); // Custom functions
-require_once locate_template('/lib/register.php'); // Custom functions
+require_once locate_template('/lib/signup.php'); // Signup hooks
function translationUrlFilter($url) {
$path = parse_url(site_url())['path'];