Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14210: allow override of reminder template by a local topic templ…
…ate. Run as admin user to overcome permission limitations (OK for a cronned task). Add some doc.
  • Loading branch information
cdot committed Jan 20, 2017
1 parent 22ae343 commit 3e12243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/WorkflowPlugin/ControlledTopic.pm
Expand Up @@ -376,7 +376,7 @@ sub changeState {
if ( $who =~ /^LASTUSER_.+$/ ) {

#extract LASTUSER from workflow-attribute
$who = $this->getState( $who );
$who = $this->getState($who);
}

$who =~ s/^.*\.//; # web name?
Expand Down

0 comments on commit 3e12243

Please sign in to comment.