From 85dd53ceb1c2d9a7abe01b5ec50d155dcb142c59 Mon Sep 17 00:00:00 2001 From: Adrian Lang <mail@adrianlang.de> Date: Thu, 7 Oct 2010 08:59:29 +0200 Subject: [PATCH] Add back subscribens link type as empty string This avoids breaking old templates --- inc/template.php | 4 ++++ 1 file changed, 4 insertions(+) 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; -- GitLab