Skip to content
Snippets Groups Projects
Commit 85dd53ce authored by Adrian Lang's avatar Adrian Lang
Browse files

Add back subscribens link type as empty string

This avoids breaking old templates
parent 229326d2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment