summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2010-10-07 08:59:29 +0200
committerAdrian Lang <mail@adrianlang.de>2010-10-07 09:29:19 +0200
commit85dd53ceb1c2d9a7abe01b5ec50d155dcb142c59 (patch)
tree39c26d5412170ca4fa176962e60e9962dc643667 /inc/template.php
parent229326d2a3898e97a362bc51bd7432eb6311cf08 (diff)
downloadrpg-85dd53ceb1c2d9a7abe01b5ec50d155dcb142c59.tar.gz
rpg-85dd53ceb1c2d9a7abe01b5ec50d155dcb142c59.tar.bz2
Add back subscribens link type as empty string
This avoids breaking old templates
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php
index 2693c485b..c2ce130ff 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -621,6 +621,10 @@ function tpl_get_action($type) {
return false;
}
break;
+ case 'subscribens':
+ // Superseeded by subscribe/subscription
+ return '';
+ break;
default:
return '[unknown %s type]';
break;