Skip to content

Commit

Permalink
Item1518: MichaelDaum found out that this was causing a strict refere…
Browse files Browse the repository at this point in the history
…nce error, so disabling strict refs to alias Attrs

git-svn-id: http://svn.foswiki.org/trunk@4033 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Jun 4, 2009
1 parent 53a9dc0 commit a720e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TWikiCompatibilityPlugin/lib/TWiki/Attrs.pm
Expand Up @@ -6,6 +6,8 @@ use strict;

use Foswiki::Attrs;

no strict 'refs';
*{'TWiki::Attrs::'} = \*{'Foswiki::Attrs::'};
use strict 'refs';

1;

0 comments on commit a720e4a

Please sign in to comment.