Skip to content

Commit

Permalink
Item14152: Added forgotten 'extends' clause.
Browse files Browse the repository at this point in the history
How come did it work all this time??? Ah, nevermind...
  • Loading branch information
vrurg committed Jun 17, 2017
1 parent e9ecff3 commit 91fcf50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/Foswiki/Engine.pm
Expand Up @@ -22,6 +22,7 @@ use Scalar::Util ();
use Unicode::Normalize;

use Foswiki::Class qw(app);
extends qw(Foswiki::Object);

use constant HTTP_COMPLIANT => undef; # This is a generic class.

Expand Down

0 comments on commit 91fcf50

Please sign in to comment.