summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-09 06:26:11 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-09 06:26:11 +0000
commit2252e5a53eec2a23b202aa2e2468f10375d72ab0 (patch)
treeaf0adc8b6ce68bf5c75705afd6f39fdcfafa7ef8 /lib
parent69cc216f416c78f6bb5b25fcfd17a75aab5f9a87 (diff)
Oops, forgot to remove the reference to the POE method...
git-svn-id: svn://vndb.org/vndb@64 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib')
-rw-r--r--lib/Multi/Maintenance.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/Maintenance.pm b/lib/Multi/Maintenance.pm
index f2170deb..6342a4cf 100644
--- a/lib/Multi/Maintenance.pm
+++ b/lib/Multi/Maintenance.pm
@@ -18,7 +18,7 @@ sub spawn {
my $p = shift;
POE::Session->create(
package_states => [
- $p => [qw| _start cmd_maintenance vncache ratings revcache integrity unkanime logrotate |],
+ $p => [qw| _start cmd_maintenance vncache revcache integrity unkanime logrotate |],
],
);
}