diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 15:09:12 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 15:09:12 +0200 |
| commit | 5aeb8c969a65fd2abf0d9f3dd4d010a7a3b558bd (patch) | |
| tree | 120ac8b41da9d5834a937c813a86c78161faa98d | |
| parent | 366c463a2265ac3360286aa8450c721c3c28a60b (diff) | |
fix
| -rw-r--r-- | Xerl.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ use Xerl::Page::Document; use Xerl::Page::Parameter; use Xerl::Page::Request; use Xerl::Page::Templates; +use Xerl::Plugins::Session; sub run($) { my Xerl $self = $_[0]; |
