about summary refs log tree commit diff stats
path: root/series/trunk/admin/editsub.php
diff options
context:
space:
mode:
Diffstat (limited to 'series/trunk/admin/editsub.php')
-rw-r--r--series/trunk/admin/editsub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/series/trunk/admin/editsub.php b/series/trunk/admin/editsub.php index 20c9001..e49a971 100644 --- a/series/trunk/admin/editsub.php +++ b/series/trunk/admin/editsub.php
@@ -74,7 +74,7 @@ if (!isset($_GET['submit']))
74 { 74 {
75 showForm($_POST['id'], $_POST['title'], $_POST['url'], $_POST['category'], $_POST['password'], $errors); 75 showForm($_POST['id'], $_POST['title'], $_POST['url'], $_POST['category'], $_POST['password'], $errors);
76 } else { 76 } else {
77 instaDisc_initSubscription($_SESSION['username'], $_POST['id'], $_POST['url'], $_POST['title'], $_POST['category'], $_POST['personal'], $_POST['password']); 77 instaDisc_initSubscription($_SESSION['username'], $_POST['id'], $_POST['url'], $_POST['title'], $_POST['category'], $_POST['password']);
78 78
79 $template = new FITemplate('editedsub'); 79 $template = new FITemplate('editedsub');
80 $template->add('SITENAME', instaDisc_getConfig('siteName')); 80 $template->add('SITENAME', instaDisc_getConfig('siteName'));