From b0a04dab2757b6d3ff20f82ac8215c161a6eb030 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 6 Aug 2008 11:37:40 +0000 Subject: Update: Created phpBB3 plugin Subscription File Also started on the plugin's update library, currently uses a function identical to the library's. May want to change it so that it does more post-object work than the foreign function has to. Refs #7 --- update/plugin/phpBB3/trunk/root/includes/acp/acp_instadisc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update/plugin/phpBB3/trunk/root/includes/acp/acp_instadisc.php') diff --git a/update/plugin/phpBB3/trunk/root/includes/acp/acp_instadisc.php b/update/plugin/phpBB3/trunk/root/includes/acp/acp_instadisc.php index bd1965c..a5388f1 100644 --- a/update/plugin/phpBB3/trunk/root/includes/acp/acp_instadisc.php +++ b/update/plugin/phpBB3/trunk/root/includes/acp/acp_instadisc.php @@ -43,7 +43,7 @@ class acp_instadisc $idun = isset($config['id_username']) ? $config['id_username'] : ''; $idps = isset($config['id_password']) ? $config['id_password'] : ''; $idak = isset($config['id_activation_key']) ? $config['id_activation_key'] : ''; - $idsf = $config['server_protocol'] . $config['server_name'] . $config['script_path'] . '/subscription.php'; + $idsf = $config['server_protocol'] . $config['server_name'] . $config['script_path'] . '/instadisc.php'; $template->assign_vars(array( 'S_SUBSCRIPTION_TITLE' => $idst, -- cgit 1.4.1