Skip to content

Commit

Permalink
Item9460: Translation token constant removed breaks several plugins
Browse files Browse the repository at this point in the history
If it was one plugin I would have fixed the plugin. But this has been
used by many so we'd better keep this little important global constant
I also wonder why this change was not noticed as breaking unit tests that
also depend on it


git-svn-id: http://svn.foswiki.org/trunk@8462 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Aug 12, 2010
1 parent 3d98228 commit b48cdbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/Foswiki.pm
Expand Up @@ -65,6 +65,7 @@ our $RELEASE;
our $TRUE = 1;
our $FALSE = 0;
our $engine;
our $TranslationToken = "\0"; # Do not deprecate - used in many plugins

# Note: the following marker is used in text to mark RENDERZONE
# macros that have been hoisted from the source text of a page. It is
Expand Down

0 comments on commit b48cdbe

Please sign in to comment.