Skip to content

Commit

Permalink
Item13897: Fixed missing 'use Foswiki::Func'
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Aug 12, 2016
1 parent 306b8bc commit 9163df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/Foswiki/Plugin.pm
Expand Up @@ -7,6 +7,7 @@ package Foswiki::Plugin;

use Try::Tiny;

use Foswiki::Func;
use Foswiki::Plugins ();
use Foswiki::AccessControlException ();
use Foswiki::OopsException ();
Expand Down

0 comments on commit 9163df4

Please sign in to comment.